20060301
12-7-3
Including ClassPad Functions in Programs
Including Recur
s
ion Table and Recur
s
ion Graph Function
s
in a Program
Recursion table and recursion graph functions can be included in a program to generate
number tables and draw graphs.
Example:
DefaultSetup
ViewWindow 0, 6, 1, – 0.01, 0.3, 1
SeqType
"a
n+1
a
0
"
"–3a
n
^2 + 2a
n
"
2
a
n+1
0
2
SqStart
6
2
SqEnd
0.01
2
a
0
DispSeqTbl
Pause
DrawSeqCon
Including Li
s
t Sort Function
s
in a Program
List sort functions let you sort list data into either ascending or descending order. Make sure
the list contains data before executing a sort function.
S
To
s
ort data of a
s
ingle li
s
t in a
s
cending order
MultiSortA <list name>
S
To
s
ort multiple li
s
t
s
in a
s
cending order, ba
s
ed on the data in one li
s
t
MultiSortA <base list name>,<list name>,…
• Up to six list names can be specified, including the base list name.
S
To
s
ort data of a
s
ingle li
s
t in de
s
cending order
MultiSortD <list name>
S
To
s
ort multiple li
s
t
s
in de
s
cending order, ba
s
ed on the data in one li
s
t
MultiSortD <base list name>,<list name>,…
• Up to six list names can be specified, including the base list name.
Summary of Contents for ClassPad 330
Page 11: ...20060301 20090601 ClassPad 330 ClassPad OS Version 3 04 ...
Page 277: ...20060301 3 3 10 Storing Functions 3 Tap AND Plot OR Plot ...
Page 779: ...20090601 S Graph Line Clustered C S Graph Line Stacked E 13 9 2 Graphing ...
Page 780: ...20090601 S Graph Line 100 Stacked F S Graph Column Clustered G 13 9 3 Graphing ...
Page 781: ...20090601 S Graph Column Stacked I S Graph Column 100 Stacked J 13 9 4 Graphing ...
Page 782: ...20090601 S Graph Bar Clustered K S Graph Bar Stacked 9 13 9 5 Graphing ...