Linear Systems Ax = b

Each row of A is a line (2D) or plane (3D). The solution is where they all meet.

A | b
|
|
Result
Unique solution:
x=[21]x = \begin{bmatrix} 2 \\ 1 \end{bmatrix}