Operation Manual

Chapter 10: Matrices 160
randM(
rows,columns)
augment(
augment( appends matrixA to matrixB as new columns. matrixA and matrixB both must have the same
number of rows.
augment(matrixA,matrixB)
Matr4list(
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.