Operation Manual

Chapter 11: Lists 179
List4matr(
List4matr( (lists stored to matrix) fills matrixname column by column with the elements from each list. If
the dimensions of all lists are not equal, then
List4matr( fills each extra matrixname row with 0. Complex
lists are not valid.
List4matr(list1,list2, ... ,list n,matrixname)
Matr4list(
Matr4list( (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 Matr4list( ignores extra
listname arguments. Likewise, if the number of columns in matrix exceeds the number of listname
arguments, then
Matr4list( ignores extra matrix columns.
Matr4list(matrix,listname1,listname2, ...,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 a column# after matrix.