Explanation
Matrix multiplication is not entry-by-entry.
Rule:
(A)(B) is defined only if:
-
Columns of A = rows of B
Each entry is found by:
-
Row × column multiplication
Order matters:
AB ≠ BA (usually)
Quiz
-
When is matrix multiplication defined?
-
Is matrix multiplication commutative?
-
What is used to compute each entry?
-
Do dimensions change?
-
Is AB always possible?
Answer Key
-
Matching dimensions
-
No
-
Row × column
-
Yes
-
No