Matrix notation lets us write a whole system on a single line and solve it with the inverse.
The system {a1x+b1y=c1a2x+b2y=c2 is rewritten as AX=C with
A=(a1a2b1b2),X=(xy),C=(c1c2).
If detA=0 we have X=A−1C. It is the same result as Cramer’s, written in compact notation.
Links
Topics: Linear systems
Concepts: Matrix form · Inverse matrix · Cramer’s rule
Skills: Solve systems