Written by the Fiveable Content Team โข Last updated September 2025
Written by the Fiveable Content Team โข Last updated September 2025
Definition
The product of two matrices is a new matrix obtained by multiplying corresponding entries and summing the results. This operation is only possible when the number of columns in the first matrix equals the number of rows in the second matrix.
5 Must Know Facts For Your Next Test
Matrix multiplication is not commutative; $AB \neq BA$ in general.
The resulting matrix from multiplying an $m \times n$ matrix by an $n \times p$ matrix will be an $m \times p$ matrix.
Each entry in the product matrix is computed as the dot product of a row from the first matrix and a column from the second matrix.
If either of the matrices is a zero matrix, the product will also be a zero matrix.
Matrix multiplication can be used to solve systems of linear equations by expressing them in terms of matrices.