Eroxl's Notes
Matrix Product

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 as a matrix and as a matrix, the result is a matrix such that

for and