Matrices multiplication

Online calculator for multiplying 4x4 matrices

Online calculator for matrix multiplication


To perform the multiplication enter the values of the two matrices. Then click the button 'Calculate'

Empty fields are counted as zero.

Matrix multiplication calculator

Matrix A     Matrix B   
*
Decimal places   
Result
M11   M12   M13   M14
  M21   M22   M23   M24
  M31   M32   M33   M34
  M41   M42   M43   M44

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 \)

Is this page helpful?            
Thank you for your feedback!

Sorry about that

How can we improve it?