Three planes, three possible outcomes
Unique point, common line, or no common point — decided by det A and the reduced rows.
The key idea. Each equation is the equation of a plane. Three equations are three planes, and the solution of the system is exactly the set of points lying on all three at once.
There are only three possibilities:
1. Unique solution — the planes meet at a single point. This happens precisely when . The coefficient matrix is non-singular, exists, and is the one and only solution.
2. Infinitely many solutions — the planes share a common line. Here and the system is consistent. Reducing the augmented matrix produces a row of the form (a redundant equation). The solution is a line, described with a parameter .
3. No solution — the planes have no common point. Here and the system is inconsistent. Reduction produces an impossible row such as — a contradiction. The planes might form a triangular prism, or be parallel.
Cambridge tip. on its own does not mean "no solution". It only tells you the solution is not unique — you must row-reduce to decide between the line case and the no-solution case.
- Unique point .
- splits into a common line OR no common point.
- Reduce the augmented matrix to tell the two cases apart.
See the full worked example for consistency of 3×3 linear systems and geometric interpretation →