Using the Action Menu
usubList
Function: Extracts a specific section of a list into a new list.
Syntax: subList (List [,start number] [,end number] [ ) ]
Example: To extract the second through the fourth elements of the list {1, 2, 3, 4, 5}
Menu Item:
•The leftmost element is the default when you omit “[,start number]”, and the rightmost element is the default when you omit “[,end number]”.
ulistToMat
Function: Transforms lists into a matrix.
Syntax: listToMat
Example: To transform the lists {3, 5} and {2, 4} into a matrix
Menu Item:
Using the
The
20050501