Tags | |
The Multiplication of two 3x3 Matrices calculator computes the resulting 3x3 matrix (C) produced by matrix multiplication of 3x3 matrix A times matrix B.
INSTRUCTIONS:
- (A) 3x3 Matrix
- (B) 3x3 Matrix
Matrix (C): The calculator returns the resultant 3x3 matrix.
The Math / Science
[c11c12c13c21c22c23c31c32c33]= [a11a12a13a21a22a23a31a32a33]⋅ [b11b12b13b21b22b23b31b32b33]
where:
- c11 = a11*b11+a12*b21+a13*b31
- c12 = a11*b12+a12*b22+a13*b32
- c13 = a11*b13+a12*b23+a13*b33
- c21 = a21*b11+a22*b21+a23*b31
- c22 = a21*b12+a22*b22+a23*b32
- c23 = a21*b13+a22*b23+a23*b33
- c31 = a31*b11+a32*b21+a33*b31
- c32 = a31*b12+a32*b22+a33*b32
- c33 = a31*b13+a32*b23+a33*b33
Matrix Calculators
- Determinant of 3-by-3 Matrix
- Characteristic Polynomial of a 3x3 matrix
- Inverse of a 3x3 Matrix
- Transpose of a 3x3 Matrix
- Trace of a 3x3 Matrix
- Mirror of a 3x3 Matrix
- 3x3 Matrix Characteristics (Trace, Determinant, Inverse, Characteristic Polynomial)
- Product of a 3x3 matrix and a Scalar
- Product of a 3x3 matrix and a 3x1 matrix
- Product of two 3x3 matrices
- Solving 3 Equations with 3 Unknowns
- Cramer's Rule (three equations, solved for x, y and z)
- Cramer's Rule Calculator