The matrix product is an algebraic operation that takes 2 matrices and performs the dot product of all combinations of rows from the first matrix and columns of the second matrix and results in a matrix of the results. The first matrix must have the same number of rows as the second matrix has columns.
The matrix product can be defined as follows:
Given
for