Operation Manual

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