TI-83 Plus Lists 299
LIST OPS MenuLIST OPS Menu
To display the LIST OPS menu, press y 9 ~.
NAMES OPS MATH
1: SortA( Sorts lists in ascending order.
2: SortD( Sorts lists in descending order.
3: dim( Sets the list dimension.
4: Fill( Fills all elements with a constant.
5: seq( Creates a sequence.
6: cumSum( Returns a list of cumulative sums.
7: @List( Returns difference of successive elements.
8: Select( Selects specific data points.
9: augment( Concatenates two lists.
0: List4matr( Stores a list to a matrix.
A: Matr4list( Stores a matrix to a list.
B: ÙDesignates the list-name data type.
SortA(, SortD(
SortA( (sort ascending) sorts list elements from low to high values.
SortD( (sort descending) sorts list elements from high to low values.