List4matr – Texas Instruments TI-84 User Manual
Page 244
Chapter 10: Matrices
241
Matr
4
list(
(matrix stored to list) fills each
listname
with elements from each column in
matrix
.
Matr
4
list(
ignores extra
listname
arguments. Likewise,
Matr
4
list(
ignores extra
matrix
columns.
Matr
4
list(matrix,listnameA,
...
,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
column#
after
matrix
.
Matr
4
list(matrix,column#,listname)
List
List
List
List
4
matr(
matr(
matr(
matr(
List
4
matr(
(lists stored to matrix) fills
matrixname
column by column with the elements from
each
list
. If dimensions of all
lists
are not equal,
List
4
matr(
fills each extra
matrixname
row with
0. Complex lists are not valid.