Matrix Multiplication — Definition, Formula & Examples
Matrix Multiplication
Matrices are multiplied by the system shown below. Matrices may not be multiplied unless their dimensions are compatible. Note: When an a × b matrix is multiplied times a b × c matrix, the product has dimensions a × c.
Key Formula
Where:
- = The first matrix, with dimensions m × n
- = The second matrix, with dimensions n × p
- = The resulting product matrix, with dimensions m × p
- = The entry in row i and column j of the product matrix
- = The number of columns in A (which must equal the number of rows in B)
