I using table & graph functions in a program, I using list sort functions in a program – Casio FX-9750GII User Manual
Page 235

8-24
• Dynamic Graph range
1
m D Start=
5
m D End=
1
m D pitch=
I 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
m F Start=
Connect type: DrawFTG-Con
=
5
m F End=
Plot type: DrawFTG-Plt
=
1
m F pitch=
• Numeric table generation
DispF-Tbl
=
I 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"
m
a
n
+1
=
"4
b
n
+ 6"
m
b
n
+1
=
• Table range setting
• Numeric table generation
1
m R Start=
DispR-Tbl
=
5
m R End=
• Graph draw operation
1
m
a
0
=
Connect type: DrawR-Con
=, DrawR3-Con=
2
m
b
0
=
Plot type: DrawR-Plt
=, DrawR3-Plt=
1
m
a
n
Start
=
• Statistical convergence/divergence graph
3
m
b
n
Start
=
(WEB graph)
DrawWeb
a
n
+1
, 10
=
I Using List Sort Functions in a Program
These functions let you sort data in lists into ascending or descending order.
• Ascending order
SortA (List 1, List 2, List 3)
Lists to be sorted (up to six can be specified)
*