Common Mistakes

Traps in Matrices & Determinants

5 mistake patterns students fall for. 3 high-frequency traps appear in almost every exam.

Scalar multiple of determinant

Very CommonFORMULA

For an n×nn \times n matrix AA, kA=knA|kA| = k^n|A|, not kAk|A|.

Why: The scalar multiplies each of the nn rows, so it appears nn times in the determinant.

WRONG: 2A=2A|2A| = 2|A| for a 3×33 \times 3 matrix
RIGHT: 2A=23A=8A|2A| = 2^3|A| = 8|A|. The scalar multiplies each of the nn rows.
See pattern: System of Linear Equations

Determinant of sum $
eq$ sum of determinants

Very CommonFORMULA

$|A + B|
eq |A| + |B|$ in general. This is a very common error.

Why: Determinant is multiplicative (AB=AB|AB| = |A||B|) but NOT additive.

WRONG: A+B=A+B|A + B| = |A| + |B|
RIGHT: No shortcut for A+B|A+B|. You must compute A+BA+B first, then find its determinant.

Confusing D=0D = 0 cases for systems

Very CommonCASE MISS

D=0D = 0 does not automatically mean infinite solutions. You need all Di=0D_i = 0 as well.

Why: Students memorize 'D = 0 means infinite' without checking the numerator determinants.

WRONG: D=0D = 0, so the system has infinite solutions
RIGHT: D=0D = 0: check D1,D2,D3D_1, D_2, D_3. If any $D_i
eq 0:nosolution.Ifall: no solution. If all D_i = 0$: possibly infinite (verify).
See pattern: Adjoint & Inverse Properties

Wrong adjoint formula for nested adj

CommonFORMULA

adj(adj(A))=An2A\text{adj}(\text{adj}(A)) = |A|^{n-2} \cdot A, and adj(A)=An1|\text{adj}(A)| = |A|^{n-1}, not An|A|^n.

Why: The exponent (n1)(n-1) is easy to confuse with nn or (n2)(n-2) in different formulas.

WRONG: adj(A)=An|\text{adj}(A)| = |A|^n for 3×33 \times 3
RIGHT: adj(A)=An1=A2|\text{adj}(A)| = |A|^{n-1} = |A|^2 for 3×33 \times 3. The exponent is always (n1)(n-1).

Matrix multiplication is not commutative

CommonCASE MISS

$AB
eq BA$ in general. Only commutative in special cases.

Why: Real number intuition (ab=baab = ba) does not extend to matrices.

WRONG: Rearranging AB=CAB = C to BA=CBA = C
RIGHT: Never swap order unless given that AB=BAAB = BA. Use left/right multiplication by inverse carefully.
Test yourself

Can you spot these traps under time pressure?

Take a timed quiz on Matrices & Determinants and see if you avoid the mistakes above.