User Manual

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
ClassPad Operation
(1) Perform the key operation below in the Main application work area.
::@A;:BC;;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]].