TI-89 / TI-92 Plus / Voyage™ 200 PLT Statistics with List Editor App … List Menu 44
Ops (Operations) Menu
Description
… (List) Æ 2:Ops
The options on the Ops menu are summarized in the table below. Details about each
function or instruction follow.
Ops Menu
Sort List Sorts elements in specified list(s) in ascending or descending order.
Sort List, Adjust All Sorts elements in all lists based on a specified key list.
dim( Returns the dimension (number of elements) of a list.
Fill Replaces each element in a list with a specified value.
seq( Returns a list in which each element is the result of the evaluation of an
expression with regard to a variable.
cumSum( Returns the cumulative sum, element by element, of all elements in a
specified list.
@List( Returns the difference between consecutive elements of a list.
augment( Appends a new list to an existing one.
left( Returns the leftmost specified elements in a list.
mid( Returns the middle specified elements in a list.
right( Returns the rightmost specified elements in a list.