10–14 Matrices
82EA17~1.DOC TI-83 international English Bob Fedorisko Revised: 10/26/05 1:31 PM Printed: 10/27/05 2:47
PM Page 14 of 16
augment( appends matrixA to matrixB as new columns. matrixA
and matrixB both must have the same number of rows.
augment(matrixA,matrixB)
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)
&
Matr4list( 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)
&
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.
List4matr(listA,...,list n,matrixname)
&
Using the MATRX MATH Operations (continued)
augment(
Matr4list(
List4matr(