JEE Advanced Maths · Matrices & Determinants
Is (AB)⁻¹ = A⁻¹B⁻¹? Do matrices multiply like numbers?
No. Matrices do not commute: in general, so every rule that quietly assumed order did not matter has to be rewritten. The inverse of a product reverses the order: , not . Multiply it out to see why: , whereas leaves and stranded either side of .
The transpose reverses for the same reason (), and the binomial square keeps both cross terms: , never . The clean statement to hold is: for matrices, order matters — reverse it on an inverse or transpose, and never merge with . JEE Advanced punishes the scalar instinct through inverse-order identities (2021 Paper 1 Q14), matrix powers (2022 Paper 2 Q16), and commutation-constraint counting (2025 Paper 1 Q4, 2025 Paper 2 Q5).
Ready to fix this? The Matrices & Determinants lesson works through this misconception and the others in Matrices & Determinants, one altitude at a time.
How to spot it in your own work
- You wrote "" — inverting each factor without reversing the order.
- You assumed , treating matrix multiplication as if it commuted.
- You wrote "", merging the two cross terms into .
- You treated a condition like as automatic, so it carried no information.
An exam question that triggers it
Here is a question that tests this misconception head-on, in the spirit of JEE Advanced 2021 Paper 1 Q14:
and are invertible matrices. A classmate writes . Multiply by that candidate. Do you get ?
The misconception reasons "invert each factor, same as numbers." The correct move is to multiply it out and watch the middle. Keeping the order fixed (no swapping, because matrices do not commute):
The cannot reach back to cancel — sits between them, and you cannot slide it out of the way. So this is not . Now reverse the candidate:
The inner pair cancels first, then the outer pair, giving — the order reversed, not left in place.
Why students fall for this
For matrices — ordinary numbers — multiplication commutes, the inverse of a product is the product of the inverses, and . Students absorb these as "multiplication rules" and carry them wholesale into matrices, where the steps look identical. The seductive part is that the algebra is formally the same right up until the moment two factors need to commute — and matrices refuse.
Wawro et al. (2014) and Aydın (2014), studying linear-algebra reasoning, find that over-transferring scalar commutativity to matrix products — , , — is among the most persistent misconceptions. Being told "matrices don't commute" rarely dislodges it. What dislodges it is multiplying by the claimed inverse and watching the inner factors fail to meet, then reversing the order and watching the cancellation succeed — and meeting a concrete pair with by hand.
The fix: For matrices, order matters
Matrices do not commute: in general. So the inverse and transpose of a product reverse the order: and . The reversal is forced — it is the only arrangement that lets each factor sit next to its own inverse, so the cancellation nests from the inside out.
The same non-commutativity reshapes the binomial square. Expanding in order gives , and since the cross terms cannot collapse into . And a condition like is a genuine restriction, not a free identity: it selects the special matrices that commute with , which is why JEE examiners impose it to cut down a count.
Worked example
Multiply by each inverse candidate, keeping the order fixed.
- The student's rule. Test . The neighbours are , , — none of those pairs are inverses of each other, so nothing cancels.
- Why it jams. For to cancel they must be adjacent, but blocks them and you cannot commute it past (). The product is not .
- Reverse the order. The inner pair meet first, then the outer pair — socks off, then shoes.
- Conclude. , order reversed; the transpose does the same, .
Now break commutativity by hand. Take and . Then
so . Because the order changes the answer, , and the cross terms and cannot merge into — here while , which are not equal.
Find out if this is costing you marks
The 10-minute diagnostic checks for this pattern (and four others) using AQA-style GCSE Higher items. Free, no signup, anonymous.
Common questions
- Why does reverse to rather than ?
Because cancellation needs each factor adjacent to its own inverse. With the product nests as — inner pair first, then outer. With the is blocked by and cannot reach , so it never reduces to . The reversal is the only order that works.
- Do matrices ever commute?
Sometimes — a matrix commutes with itself, with the identity, and with its own powers and inverse, and certain special families commute. But in general , as , show. That is exactly why a stated condition is informative: it is true only for the special matrices that happen to commute with .
- Is the transpose of a product also reversed?
Yes. , the same order reversal as the inverse, and for the same structural reason. So and — reverse the whole chain.
- How does this trap show up in counting questions?
JEE Advanced 2025 Paper 1 Q4 asks how many invertible integer matrices satisfy and . The integer orthogonal matrices are the 48 signed permutation matrices, but the commutation constraint is a real filter — it cuts the count to 16. If you treated as automatic you would have kept all 48 and missed the answer.
Related misconceptions
- A zero determinant does not mean no solutiondet A = 0 means the solution is not unique, not that there is none — a consistency check decides infinitely many versus none.
- The determinant is not a linear mapdet(kA) = kⁿ·det A and det(A + B) ≠ det A + det B — the determinant multiplies, it does not add.