Including Recursion Table And Recursion Graph Functions In A Program; Including List Sort Functions In A Program - Casio ClassPad 300 User Manual

Classpad300
Hide thumbs Also See for ClassPad 300:
Table of Contents

Advertisement

Including Recursion Table and Recursion Graph Functions 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
"–3a
^2 + 2a
n
0 S SqStart
6 S SqEnd
0.01 S a
DispSeqTbl
Pause
DrawSeqCon

Including List Sort Functions 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.
u To sort data of a single list in ascending order
MultiSortA <list name>
u To sort multiple lists in ascending order, based on the data in one list
MultiSortA <base list name>,<list name>,...
• Up to six list names can be specified, including the base list name.
u To sort data of a single list in descending order
MultiSortD <list name>
u To sort multiple lists in descending order, based on the data in one list
MultiSortD <base list name>,<list name>,...
• Up to six list names can be specified, including the base list name.
12-7-3
Including ClassPad Functions in Programs
a
"
n+1
0
" S a
n
n+1
0
20021201

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents