Question
Solve the system using matrix inversion:
Solution — Step by Step
Expanding along row 1:
Determinant is zero — so is singular and does not exist!
Since , the system either has no solution or infinitely many. Use elementary row reduction on the augmented matrix:
Wait — , but the actual has constant , not . So on the constant side, while on the coefficient side.
The coefficient matrix has rank 2, but the augmented matrix has rank 3 (the constants column is inconsistent with the linear dependence among rows). The system is inconsistent — no solution exists.
Why This Works
Matrix inversion only solves a system when (the system has a unique solution). When , we must check rank to distinguish “no solution” from “infinitely many solutions.”
The diagnostic is: compare rank of with rank of . Equal ranks → solutions exist (infinitely many, with the parameter count = − rank). Unequal ranks → no solution.
Alternative Method
Cramer’s rule with also signals trouble — but cannot distinguish “no solution” from “infinite solutions.” Row reduction is the most reliable approach when .
Common Mistake
Students who notice sometimes panic and write ” is singular, problem has no solution.” Wrong — it could have infinitely many. Always check the augmented-matrix rank to decide. Conversely, students who never check the determinant blindly try , get nonsense, and lose all marks.