User's Manual
Table Of Contents
- Quick-Start
- Precautions when Using this Product
- Contents
- Getting Acquainted— Read This First!
- Chapter 1 Basic Operation
- Chapter 2 Manual Calculations
- Chapter 3 List Function
- Chapter 4 Equation Calculations
- Chapter 5 Graphing
- 5-1 Sample Graphs
- 5-2 Controlling What Appears on a Graph Screen
- 5-3 Drawing a Graph
- 5-4 Storing a Graph in Picture Memory
- 5-5 Drawing Two Graphs on the Same Screen
- 5-6 Manual Graphing
- 5-7 Using Tables
- 5-8 Dynamic Graphing
- 5-9 Graphing a Recursion Formula
- 5-10 Changing the Appearance of a Graph
- 5-11 Function Analysis
- Chapter 6 Statistical Graphs and Calculations
- Chapter 7 Financial Calculation (TVM)
- Chapter 8 Programming
- Chapter 9 Spreadsheet
- Chapter 10 eActivity
- Chapter 11 System Settings Menu
- Chapter 12 Data Communications
- Appendix

20070201
Example Generate a number table from recursion between two terms as
expressed by
a n +1 = 2 a n + 1, with an initial term of a 1 = 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) a w g w b w c
- bf w gf w f wJ
3 3 (TYPE)2 (
a n +1 )c 2 ( a n )+b w
4 5 (SET)2 (
a 1 )b w g w b wJ
5 1 (SEL+S)f 2 (
)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 (G ↔ T)
or A .