20010101
uu
uu
u To fill a matrix with identical values and to combine two matrices into a
single matrix
[OPTN]-[MAT]-[Fill]/[Augmnt]
Use the Fill command to fill all the cells of an existing matrix with an identical value and the
Augment command to combine two existing matrices into a single matrix.
Example 1 To fill all of the cells of Matrix A with the value 3
K2(MAT)h(Fill)
d,2(MAT)b(Mat)av(A)w
2(MAT)b(Mat)av(A)w
Example 2 To combine the following two matrices :
A =
1
B =
3
24
K2(MAT)f(Augmnt)
2(MAT)b(Mat)av(A),
2(MAT)b(Mat)al(B)w
2-8-14
Matrix Calculations
# The two matrices you combine must have the
same number of rows. An error occurs if you
try to combine two matrices that have
different numbers of rows.