Vector Spaces, I -- TI-92
Life in Two and Three Dimensions


You may want to use the TI-92 programs for displaying and manipulating images that were given in the previous module. Click here for those programs.

Vectors are denoted on the TI-92 using square brackets with commas separating the entries as shown on the screen below.

Missing TI-92 screen

Note: Even though the commas separating the entries of a vector do not appear in the main part of the TI-92 screen you must type them when entering the vector. The screen below shows what happens when the commas are omitted.

Missing TI-92 screen

For some of the exercises in this module you will want to graph one or more points (represented as vectors) on the TI-92 screen. The following program will enable you to do so. You can enter it into the TI-92 by typing it in or if your workstation has the TI-Graph Link cable and software by downloading it from your computer.

Missing TI-92 program TI-92 Graph Link Help downloading

The screen below illustrates the way the program showpts is used

Missing TI-92 screen

The syntax for showpts is a bit unusual. It requires five arguments. The first argument is a list of the vectors (representing points in the plane) to be displayed. The list is enclosed in curly brackets and the vectors are separated by commas. Each vector is enclosed in quote symbols and can be an expression. Notice that in the screen above three vectors are to be displayed -- a, b, and a + b. The vectors a and b were described first by the lines


[1, 2] -> a
[2, 1] -> b

and the third vector a + b will be computed from a and b. The screen below shows the three points.

Missing TI-92 screen

The last four arguments for showpts give the range of the x- and y-axes.


Copyright c 1995 by Frank Wattenberg, Department of Mathematics, Montana State University, Bozeman, MT 59717