8-35
k Using Recursion Table & Graph Functions in a Program
Incorporating Recursion Table & Graph functions in a program lets you generate numeric
tables and perform graphing operations. The following shows various types of syntax you
need to use when programming with Recursion Table & Graph functions.
• Recursion formula input
a
n
+1
Type_ .... Specifies recursion type.
"3
a
n
+ 2" → a
n
+1
_
"4
b
n
+ 6" → b
n
+1
_
• Table range setting • Numeric table generation
1 → R Start_ DispR-Tbl
5 → R End_ • Graph draw operation
1 →
a
0
_ Connect type: DrawR-Con, DrawRÎŁ-Con
2 →
b
0
_ Plot type: DrawR-Plt, DrawRÎŁ-Plt
1 →
a
n
Start_ • Statistical convergence/divergence graph
3 →
b
n
Start_
(WEB graph)
DrawWeb
a
n
+1
, 10
k Configuring Residual Calculation Settings in a Program
You can configure residual calculation settings in a program and store residual values in a
specified list. Use a syntax like the ones shown in the examples below.
• To specify a storage list and execute residual calculation
Resid-List <list number> ... number: 1 to 26
• To skip residual calculation execution
Resid-None
k Specifying a List File for Use in a Program
You can specify a list file to be used when executing a list operation in a program. Display
formats are as shown in the example below.
File <file number> ... number: 1 to 6