407
Using Calculator Functions in Programs
21- 13
k
k
k
k
k
Using Recursion Table & Graph Functions in a Program
P.218
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
1
$
R Start
_
5
$
R End
_
1
$
a
0
_
2
$
b
0
_
1
$
a
n
Start
_
3
$
b
n
Start
_
• Numeric table generation
DispR-Tbl
_
• Graph draw operation
Connect type: DrawR-Con
_
, DrawR
#
-Con
_
Plot type: DrawR-Plt
_
, DrawR
#
-Plt
_
• Statistical convergence/divergence graph (WEB graph)
DrawWeb
a
n
+1
, 10
_
Example Program
ClrGraph
_
View Window 0, 1, 1, 0, 1, 1
_
1
a
n
+1
Type
_
1
46232J
2
”–3
a
n
2
+ 3
a
n
”
$
a
n
+1
_
2
42
”3
b
n
– 0.2”
$
b
n
+1
_
0
$
3
R Start
_
3
J
6221
6
$
R End
_
0.01
$
a
0
_
0.11
$
b
0
_
0.01
$
a
n
Start
_
0.11
$
b
n
Start
_
4
DispR-Tbl
^
4
!W6251
6
5
DrawWeb
a
n
+1
, 30
5
!W6252JJJ
6
46243
Summary of Contents for CFX-9970G
Page 22: ... CFX 9970G ...
Page 452: ...435 1 2 3 4 5 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 453: ...436 Program for Circle and Tangents No 4 Step Key Operation Display 6 7 8 9 10 ...
Page 454: ...437 11 12 13 14 15 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 455: ...438 16 17 18 Program for Circle and Tangents No 4 Step Key Operation Display ...
Page 458: ...441 1 2 3 4 5 Program for Rotating a Figure No 5 Step Key Operation Display ...