User`s guide

E-26
2. Use the Matrix Editor that appears to edit the elements of the
matrix.
Use the f, c, d, and e keys to display the element you
want to edit. Input a new value and then press =.
Matrix Calculation Examples
The following examples use MatA =
2 1
1 1
and MatB =
2 –1
–1 2
from
1
, and MatC =
1 0 –1
0 –1 1
from
2
. You can input a matrix variable
into a key operation by pressing 14(MAT) 3(Mat) and then
pressing one of the following number keys: 1(A), 2(B), 3(C).
3 × MatA (Matrix scalar multiplication). (Result:
6 3
3 3
)
A 3 *MatA =
Obtain the determinant of MatA (Det(MatA)).
A14(MAT) e1(Det) MatA = 1.
Obtain the transposition of MatC (Trn(MatC)). (Result:
1 0
0 –1
–1 1
)
A14(MAT) e2(Trn) MatC =
Obtain the inverse matrix of MatA (MatA
–1
). (Result:
1 –1
–1 2
)
Note: You cannot use M for this input. Use the E key to input “
–1
”.
AMatA E=
Obtain the absolute value of each element of MatB
(Abs(MatB)). (Result:
2 1
1 2
)
A1)(Abs) MatB =
Determine the square and cube of MatA (MatA
2
, MatA
3
).
(Result: MatA
2
=
5 3
3 2
, MatA
3
=
13 8
8 5
)
Note: You cannot use M for this input. Use w to specify squaring,
and 1w(
x
3
) to specify cubing.
AMatA w=
AMatA 1w( x
3
) =
33
M
atAns
11
6.
M
atAns
11
6.
44
55
1.
M
atAns
11
1.
M
atAns
11
66
1.
M
atAns
11
1.
M
atAns
11
77
2.
M
atAns
11
2.
M
atAns
11
88
5.
M
atAns
11
5.
M
atAns
11
13.
M
atAns
11
13.
M
atAns
11