Every letter and squiggle in that sentence — the ingredients, the target, the "box", the "volume" — is a symbol we will now build from zero. This page assumes nothing; every notation used by the parent note is constructed here, in an order where each idea leans only on the ones before it.
Before any symbols, a picture. Two straight lines drawn on paper. Each line is one equation — every point on that line is a pair (x,y) that makes that equation true. Where the two lines cross is the single pair that makes both true. That crossing point is "the solution".
Figure s01 below draws exactly this: the orange line is one equation, the teal line another, and the plum dot marks the one point (2,1) that sits on both — that is what "solving the system" means.
Why "linear" matters for us: straightness is what makes the whole determinant/volume machinery work. Curved equations would break every step.
The little numbers we are solving for are the unknowns. We write them x1,x2,…,xn. The subscript is just a name-tag: x1 is "the first unknown", x2 "the second". In a 2D problem you may see them as plain x and y.
The letter n just means "however many unknowns there are". If n=2 we have two unknowns, if n=3 we have three.
Read a matrix column by column: each vertical strip is itself a vector — an arrow. This is the single most important way to look at A for Cramer's rule.
Figure s02 takes a 2×2 grid and redraws its two vertical strips as two arrows from the origin: the orange arrow is column a1, the teal arrow is column a2. The picture says "a matrix is just a bundle of arrows standing side by side."
Why the topic needs columns: Cramer's rule is entirely about swapping one column of A. If you don't see A as a row of arrows, the whole rule looks like magic.
Now the crucial reinterpretation. School often teaches "multiply row by column." True — but for us the honest picture is different and far more useful:
Figure s03 shows this "tip-to-tail" recipe: the orange arrow is x1a1, then starting from its tip we draw the teal arrow x2a2; the plum arrow from the origin to the final tip is the whole product Ax. That plum arrow is what the mix produces.
This is why Cramer swaps a column and never a row: Ax is literally built out of columns.
Here is the engine. The parent note keeps saying "det measures volume." Let's earn that picture.
Figure s04 shades the parallelogram spanned by two column-arrows a1 (orange) and a2 (teal); the shaded plum area is ∣detA∣. Widen or tilt the arrows and the shaded area — the determinant — changes with them.
Three facts about this volume are all Cramer needs — the parent note names them multilinear and alternating:
Fact 3 gives the golden test: detA=0 means the columns are squashed flat (they don't span full volume), so you cannot mix them uniquely to reach a general b. That's exactly when Cramer's rule is forbidden.
For hands-on formulas of these volumes see Determinants and Cofactor Expansion; the deeper properties live in Multilinear and Alternating Maps.
Now every ingredient is on the table. Take the determinant of both sides of AXi=Ai and use the multiplicativity rule.
Applying it to AXi=Ai:
det(AXi)=detAi⟹detA⋅detXi=detAi.
Why this move works: the left side is a single product AXi, so multiplicativity splits its determinant into detA⋅detXi. We already earned detXi=xi in §7, so the detXi factor is the unknown we want. Substituting:
detA⋅xi=detAi.
Finally divide by detA (allowed only when detA=0):
xi=detAdetAi.
Top: volume of the swapped box. Bottom: volume of the original box. Divide → the pour-amount. Division demands detA=0 — you can never divide by a flat box.