Properties of Matrix Multiplication
Matrix multiplication is associative and distributive wherever the products are defined, but it is not commutative in general; usually AB is not equal to BA.
Practice This ConceptLearn the concept
Student-friendly explanation
For compatible matrices, A(BC) = (AB)C and A(B+C) = AB + AC. However, changing the order of multiplication can change the answer or may make the product undefined. Therefore, algebraic rearrangement must preserve order.
How to write this in exams
- 1
Start with the exact idea
Matrix multiplication is associative and distributive wherever the products are defined, but it is not commutative in general; usually AB is not equal to BA.
- 2
Then show how to use it
Check whether each product exists. Keep matrix order unchanged. Apply associativity only to regroup brackets. Apply distributivity only when the addition inside the bracket is defined. Use a small counterexample when asked to disprove commutativity.
- 3
Add one concrete example
If A = [[1, 2], [0, 1]] and B = [[3, 0], [1, 2]], then AB = [[5, 4], [1, 2]] while BA = [[3, 6], [1, 4]], so AB != BA.
- 4
Avoid this incomplete answer
Assuming AB = BA because multiplication of real numbers is commutative.
Definition
Example
Rule to remember
Memory hook
Examples and method
Worked example
Method to apply
Diagram support
How CBSE asks it
Avoid common mistakes
Common confusion
Common wrong answer
Exam tip
Quick check
If AB exists, must BA also exist?
No. For example, if A is 2 x 3 and B is 3 x 4, then AB exists and is 2 x 4, but BA is not defined because 4 and 2 do not match.
Answer writing and exam use
1-mark answer
2-mark answer
3-mark answer
Practice this concept with focused MCQs
Open the concept quiz intro first, review the test details, and then start a focused MCQ set from this concept only. Instant score and answer review are live now.
Help improve this page
Found something confusing, incorrect, or missing?