User Manual
8-24
• Dynamic Graph range
1 → D Start _
5 → D End _
1 → D pitch _
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 _
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 Using List Sort Functions in a Program
These functions let you sort data in lists into ascending or descending order.
• Ascending order
1 2
SortA ( List 1, List 2, List 3 )
Lists to be sorted (up to six can be specified)
1
431
2
K11