Step 1
Matrix multiplication is a binary operation that produces a matrix from two matrices. For matrix multiplication, the number of columns in the first matrix must be equal to the number of rows in the second matrix.
In order to multiply two matrices, we need to do dot product of rows to column.
Step 2
We have the matrices as
Here number of column for first matrix is same as number of rows of second matrix.
Therefore multiplication of these two matrices took place as
Hence, matrix after multiplication of matrices