Operation Manual

11-6 Lists
8211LIST.DOC TI-82, Chapter 11, English Bob Fedorisko Revised: 02/09/01 12:25 PM Printed: 02/09/01
12:38 PM Page 6 of 10
LIST OPS Operations
Pressing
y
9
accesses the list operations on the LIST OPS menu.
LIST OPS Menu
OPS MATH
1: SortA(
Sorts lists in ascending order.
2: SortD(
Sorts lists in descending order.
3: dim
Accesses the list dimension.
4: Fill(
Fills all elements with a constant.
5: seq(
Creates a sequence.
Note:
dim
and
Fill(
are the same as
dim
and
Fill(
on the
MATRX MATH
menu.
SortA(
and
SortD(
are the same as
SortA(
and
SortD(
on the
STAT EDIT
menu.
SortA(, SortD(
SortA(
(sort ascending) and
SortD(
(sort descending) have two uses.
¦
With one
listname
, they sort the elements of an existing list and update
the list in memory.
¦
With two to six
listnames
, they sort the first list and then sort the
remaining lists as dependent lists, element-by-element, and update the
lists in memory. All lists must be the same length.
SortA(
listname
)
SortA(
listnameI
,
listnameD
,
listnameD
,
. . .
)