Programming Guide

20050401
uu
uu
u To assign the contents of a matrix column to a list
[OPTN]-[MAT]-[M
L]
Use the following format with the MatList command to specify a column and a list.
Mat List (Mat X, m) List n
X = matrix name (A through Z, or Ans)
m = column number
n = list number
Example To assign the contents of column 2 of the following matrix to list 1 :
12
Matrix A = 34
56
K2(MAT)2(ML)
1(Mat)av(A),c)
aK1(LIST)1(List)bw
1(List)
b
w
# You can also use !b(List) in place of
K1(LIST)1(List).
2-8-15
Matrix Calculations