User Manual
8-27
k Using Table & Graph Functions in a Program
Table & Graph functions in a program can generate numeric tables and perform graphing
operations. The following shows various types of syntax you need to use when programming
with Table & Graph functions.
• Table range setting • Graph draw operation
1 → F Start _ Connect type: DrawFTG-Con _
5 → F End _ Plot type: DrawFTG-Plt _
1 → F pitch _
• Numeric table generation
DispF-Tbl_
• Number Table and Graph Creation Conditions
VarList <list number> ... Number table/graph creation using the specified list (number: 1 to
26).
VarRange ... Number table/graph creation using the table range.
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