2-7-20

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: [Action][List-Create][subList]

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 (List-1 [, List-2, ..., List-N] [ ) ]

Example: To transform the lists {3, 5} and {2, 4} into a matrix

Menu Item: [Action][List-Create][listToMat]

Using the List-Calculation Submenu

The [List-Calculation] submenu contains commands related to list calculations.

20050501