Definition: Matrix Product
The matrix product of a matrix with a matrix is another matrix defined as follows:
where
NOTATION
Tip: Computation of Individual Entries
The entry in the -th row and the -th column of the matrix product is obtained by multiplying the -th entry in the -th row of with the -th entry in the -th column of and summing these products.
Tip: Requirements for Matrix Multiplication
In order for the matrix product to be possible, the number of columns in must be equal to the number of rows in .
Tip: Rows and Columns in the Matrix Product
The matrix product has the same number of rows as and the same number of columns as .
Theorem: Non-Commutativity of the Matrix Product
Theorem: Associativity of the Matrix Product
Theorem: Distributivity of the Matrix Product