Programming Guide

20050401
Example Generate a number table from recursion between two terms as
expressed by
an+1 = 2an+1, with an initial term of a1 = 1, as n changes
in value from 1 to 6. Use the table values to draw a line graph.
Use the following V-Window settings.
Xmin = 0, Xmax = 6, Xscale = 1
Ymin = –15, Ymax = 65, Yscale = 5
Procedure
1 m
RECUR
2 !3(V-WIN) awgwbwc
-bfwgfwfwJ
3 3(TYPE)2(an+1)c2(an)+bw
4 5(SET)2(a1)bwgwbwJ
5 1(SEL+S)f2( )J
6 6(TABL)
7 5(G
CON)
Result Screen
5-9-4
Graphing a Recursion Formula
#After drawing a graph, you can use Trace,
Zoom, and Sketch.
#After drawing a graph, you can return to the
number table screen by pressing !6(GT)
or A.