Matrices multiplication
Calculator for multiplying 3x3 matrices
The calculator on this page multiplies two matrices with 3 x 3 elements. To perform the calculation, enter the data of two matrices to be multiplied. Then click the button 'Calculate'.
Empty fields are counted as zero.
|
Description of the matrix multiplication
There is a special rule for multiplications of matrices constructed in such a way that that they can represent simultaneous equations using matrices.
-
Two matrices can be multiplied if the number of columns in the left matrix is the same as the number of rows in the right matrix.
-
The product of a matrix is calculated by calculating the product sums of the pairs from the row vectors of the first matrix and the column vectors of the second matrix
Example
The first element of the product \(C \), is the sum of the products of each element of the first row of \(A \), and the corresponding element of the first column of \(B \)
Matrix 3x3 Functions
Addition • Subtraction • Multiplication • Scalar Multiplication • Rotation X axis • Rotation Y axis • Rotation Z axis • Y, P, R Rotation quaternion • Y, P, R Rotation Euler angles • Invert • DeterminantMatrix 4x4 Functions
Addition • Subtraction • Multiplication • Scalar Multiplication • Rotation X axis • Rotation Y axis • Rotation Z axis • Y, P, R Rotation • Vector Rotation • Invert • Determinant • interpolation
|