Vectors are lists of numbers or expressions contained in square brackets, like [ 1, 3, 5 ].

The calculator treats a vector as a matrix with only one row.

The vector above looks like [ 1 3 5 ] (no commas) in the history area of the HOME screen.

The vector above looks like [ [ 1, 3, 5 ] ] if you copy it from the history area to the command line.
 

Vectors may have any number of components, or entries; on the calculator you're limited to 999.

You can display vectors with two components in Polar coordinates as well as Rectangular coordinates.
You can display vectors with three components in Cylindrical or Spherical coordinates as well as Rectangular coordinates.
 

The first component of vector v is v[ 1, 1 ]. (First row, first entry.)
The second component of vector v is v[ 1, 2 ]. (First row, second entry.)
So [ 1, 3, 5 ][ 1, 3 ] is 5.
 

The standard vector operations are in the Vector ops submenu of the Matrix submenu of the MATH menu (2nd 5).
You can also find them in the CATALOG or type them in by hand if you remember their official names.

    

Return to top of page.
Go to calculator index.