๐Ÿ“ˆcollege algebra review

Product of two matrices

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

  1. Matrix multiplication is not commutative; $AB \neq BA$ in general.
  2. The resulting matrix from multiplying an $m \times n$ matrix by an $n \times p$ matrix will be an $m \times p$ matrix.
  3. 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.
  4. If either of the matrices is a zero matrix, the product will also be a zero matrix.
  5. Matrix multiplication can be used to solve systems of linear equations by expressing them in terms of matrices.

Review Questions