Recursion Table and
Graph
You can input two formulas for any of the three following types of
recursion, which you can then use to generate a table and draw
graphs.
• General term of sequence {
a
n
}, made up of
a
n
and
n
• Formulas for linear recursion between two terms, made up of
a
n
+1
,
a
n
, and
n
• Formulas for linear recursion between three terms, made up of
a
n
+2
,
a
n
+1
,
a
n
, and
n
16-1 Before Using the Recursion Table and Graph Function
16-2 Inputting a Recursion Formula and Generating a Table
16-3 Editing Tables and Drawing Graphs
Chapter
16
Summary of Contents for CFX-9970G
Page 22: ... CFX 9970G ...
Page 452: ...435 1 2 3 4 5 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 453: ...436 Program for Circle and Tangents No 4 Step Key Operation Display 6 7 8 9 10 ...
Page 454: ...437 11 12 13 14 15 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 455: ...438 16 17 18 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 458: ...441 1 2 3 4 5 Program for Rotating a Figure No 5 Step Key Operation Display ...