Quick verification: Multiply A⋅A−1 and check if you get the identity matrix I. In exams, verify at least the (1,1) entry: 1(−24)+2(20)+3(−5)=−24+40−15=1 ✓. This takes 10 seconds and catches sign errors.
Why This Works
The adjoint method relies on the fact that A⋅adj(A)=∣A∣⋅I. This identity comes from cofactor expansion — when you multiply A by the transpose of its cofactor matrix, the diagonal entries give ∣A∣ and the off-diagonal entries give zero (because they represent expansion of a determinant with two identical rows).
Dividing both sides by ∣A∣ gives us A−1=∣A∣adj(A).
Alternative Method — Row Reduction
Augment A with I and row-reduce [A∣I] to [I∣A−1]:
Write [A∣I] and apply elementary row operations. This method avoids computing 9 cofactors and is often faster for numerical matrices. However, CBSE marking schemes typically expect the adjoint method when the question specifically says “using adjoint.”
In CBSE board exams, the adjoint method question carries 5-6 marks. The marking scheme awards marks stepwise: 1 mark for ∣A∣, 2 marks for cofactors, 1 mark for transpose (adj), 1 mark for the final inverse. Show every cofactor calculation — don’t skip steps.
Common Mistake
The biggest error: forgetting to transpose the cofactor matrix. Students compute all 9 cofactors correctly, arrange them in a matrix, and then directly divide by ∣A∣ — missing the transpose step. Remember: adj(A) is the transpose of the cofactor matrix, not the cofactor matrix itself. The cofactors go into their (i,j) position first, then the whole matrix gets transposed.
Want to master this topic?
Read the complete guide with more examples and exam tips.