Sorta; Sortd; Sublist (Sublst) - Casio Algebra FX 2.0 PLUS User Manual

Hide thumbs Also See for Algebra FX 2.0 PLUS:
Table of Contents

Advertisement

Using the CAS (Computer Algebra System) Mode
u SortA
Function: Sorts the elements of a list into ascending order.
Syntax: SortA( List [ ) ]
The list must contain values or mathematical expressions only. Equations and inequalities
are not allowed.
Example
To sort the elements of list {1, 5, 3} into ascending order
K1(LIST)c(CREATE)e(SortA)!*( { )b,f,d
!/( } )w
u SortD
Function: Sorts the elements of a list into descending order.
Syntax: SortD( List [ ) ]
The list must contain values or mathematical expressions only. Equations and inequalities
are not allowed.
Example
To sort the elements of list {1, 5, 3} into descending order
K1(LIST)c(CREATE)f(SortD)!*( { )b,f,d
!/( } )w
u SubList (SubLst)
Function: Extracts a specific section of a list into a new list.
Syntax: SubList( List, start number [, end number] [ ) ]
Example
To extract element 2 through element 3 from list {1, 2, 3, 4}
K1(LIST)c(CREATE)g(SubLst)!*( { )b,c,d
,e!/( } ),c,dw
• If you do not specify an end number, all the elements from the start number to the end of
the list are extracted.
7-1-29
20010102
{ 1, 3, 5 }
{ 5, 3, 1 }
{ 2, 3 }

Advertisement

Table of Contents
loading

Table of Contents