Texas Instruments TI-84 User Manual
Page 271
Chapter 11: Lists
268
Matr
4
list(
(matrix stored to lists) fills each
listname
with elements from each column in
matrix
. If the number of
listname
arguments exceeds the number of columns in
matrix
, then
Matr
4
list(
ignores extra
listname
arguments. Likewise, if the number of columns in
matrix
exceeds the number of
listname
arguments, then
Matr
4
list(
ignores extra
matrix
columns.
Matr
4
list(matrix,listname1,listname2, . . . ,listname n)
Matr
4
list(
also fills a
listname
with elements from a specified
column#
in
matrix
. To fill a list
with a specific column from
matrix
, you must enter a
column#
after
matrix
.
Matr
4
list(matrix,column#,listname)
Ù preceding one to five characters identifies those characters as a user-created
listname
.
listname
may comprise letters,
q, and numbers, but it must begin with a letter from A to Z
or
q.
Ù
listname