Matrix multiplications are defined if the number of columns in the first matrix is equal to the number of rows in the second matrix.
Multiply the first element of the array by the first element of the second array to get the element of the first row of the first column in the product array.
The remaining elements of the product matrix are obtained in the same way.
Simplify each item by multiplying the individual terms.