Home

TI-92 Help -- Making a Table of Values for a Sequence

To make a table of values for a sequence begin by pressing MODE to get to the MODE menu shown at the right. Missing screen
The Graph option should be set to SEQUENCE . If the Graph option is set differently use the cursor pad to arrow right to see the submenu shown at the right.

Now use the cursor pad to select the SEQUENCE option. Then press ENTER to set this option. Then press ENTER again to save the new option.

NOTE: The Graph MODE must be set to SEQUENCE before setting the WINDOW settings as described below.

Missing screen

The WINDOW options should be set as if you were going to graph the sequence or sequences. In fact, usually tables and graphs are used together to study sequences.

Press Green-diamond WINDOW to get to the WINDOW menu shown at the right.

This screen allows you to set the following items.

  • nmin -- the smallest value for n. This must be an integer >= 0. It designates the index of the first term in the sequence to be computed. It is usually 1 or 0.

  • nmax -- the largest value for n. This must be a positive integer >= nmin. It designates the index of the last term in the sequence to be computed.

  • plotstrt -- this indicates the first term to be plotted. Notice that the terms plotted may be different from the range of terms computed -- for example, if nmin = 1 and plotstrt = 11 the first ten terms will be computed but not plotted.

  • plotstep -- the increment used for determining which terms are plotted. Notice that if plotstep = 2 every other term will be plotted although all the terms will be computed.

  • xmin -- the low end of the x-axis range.

  • xmax -- the high end of the x-axis range.

  • xscl -- the distance between x-axis tick marks.

  • ymin -- the low end of the y-axis range.

  • ymax -- the high end of the y-axis range.

  • yscl -- the distance between y-axis tick marks.

  • xres -- the pixel resolution. Usually this is set at 2 and the calculator computes the values of the function at every other pixel along the x-axis and fills in linearly. Higher numbers produce faster but rougher graphs. When xres is set at 1, functions are evaluated at every pixel along the x-axis.

After setting the options as you want them, exit by pressing Green-diamond HOME .

Missing screen
Next press Green-diamond TblSet to get to the TblSet menu shown at the right.

For sequences tblStart is usually 0 or 1 and delta-table is 1.

If tblStart is greater than nmin in the WINDOW menu then the table will begin with tblStart even though the sequence is computed from nmin.

Graph <-> should be set to OFF and Independent should be set to AUTO .

After setting the options as you want them, exit by pressing Green-diamond HOME .

Missing screen
Next press Green-diamond Y= to go to the Y= menu as shown in the screen at the right.

You may use this screen to describe one or more sequences. The sequences are called u1, u2, and so forth. Each sequence is described by a pair of lines as shown in the screen above. The first line -- something like --

u1=2.5 (1 - .001 u1(n - 1)) u1(n - 1)

is called the change equation and describes how the sequence changes from one term to the next. Notice that the right hand side describes how to compute each term u1(n) in terms of the preceding term u1(n - 1).

The second line describes the initial value of the sequence -- that is, the value of the first term.

Next press Green-diamond HOME to return to the HOME screen.

Missing screen
Now press Green-diamond TABLE to see a table of values for the sequence or sequences that you specified as shown in the screen on the right.

You can look at additional terms of the sequence or sequences by using the cursor pad to arrow down.

Missing screen


Home


Copyright c 1995 by Frank Wattenberg, Department of Mathematics, Carroll College, Helena, MT 59625