20060301
(3)
Tap
, and then input the values for the second matrix.
2-6-5
Matrix and Vector Calculations
Example 3:
To multiply the matrix
1 2
3 4
by 5
S
Cla
ss
Pad Operation
(1) Perform the key operation below in the Main application work area.
::@A;:BC;; D
(2)
Tap
U
.
(4)
Tap
U
.
Tip
• Note that when adding or subtracting two matrices, they both must have the same number
of rows and the same number of columns (the same dimensions). An error occurs (Invalid
Dimension Error) when the two matrices have different dimensions.
• When multiplying two matrices, the number of columns in the matrix to the left of the multiplication
sign (
s
) must be the same as the number of rows in the matrix to the right of the multiplication
sign. An error occurs (Invalid Dimension Error) when you attempt to multiply two matrices that do
not satisfy the above conditions.
• Multiplication is assumed if you do not include any operator between two matrices.
[[1, 2] [3, 4]] [[2, 2] [2, 2]] for example, is treated as [[1, 2] [3, 4]] × [[2, 2] [2, 2]].
Summary of Contents for ClassPad 330
Page 11: ...20060301 20090601 ClassPad 330 ClassPad OS Version 3 04 ...
Page 277: ...20060301 3 3 10 Storing Functions 3 Tap AND Plot OR Plot ...
Page 779: ...20090601 S Graph Line Clustered C S Graph Line Stacked E 13 9 2 Graphing ...
Page 780: ...20090601 S Graph Line 100 Stacked F S Graph Column Clustered G 13 9 3 Graphing ...
Page 781: ...20090601 S Graph Column Stacked I S Graph Column 100 Stacked J 13 9 4 Graphing ...
Page 782: ...20090601 S Graph Bar Clustered K S Graph Bar Stacked 9 13 9 5 Graphing ...