To Calculate Matrix Multiplication :
Note: Matrices multiplication is possible only when the number of columns of first matrix is equal to the number of rows of second matrix. e.g: (3x2)*(2x3), (3x3)(1*3).
Matrix 1
x
Matrix 2
Matrix Type
3x3
3x2
2x3
3x1
1x3
2x2
x
Matrix Type
3x3
3x2
2x3
3x1
1x3
2x2
=
=