If we are multiplying two matrices A and B of order 2X3 and 3X2 respectively, then order of obtained matrix is 2X2.
The matrix is multiplied such that row element of one matrix is multiplied with column element of second matrix. Consider the example of two matrices,
And
Evaluate the product of two matrices AB.
We multiply row elements 1 and 2 of matrix A with column element 3 and 5 of matrix B and then add both the obtained numbers.