Cramer's Rule, Volume, and Linear Transformations
Cramer's rule writes each unknown of an invertible system as a ratio of determinants, and the same idea gives a closed formula for the inverse through the adjugate. Geometrically the absolute determinant is the area of the parallelogram or the volume of the parallelepiped spanned by the columns, so a linear map scales every region's measure by that factor.
╌╌╌╌
The determinant detects invertibility and multiplies over products. Three consequences follow — two closed-form results and one geometric reading:
- Cramer's rule writes each unknown of an invertible system as a ratio of determinants.
- The adjugate formula does the same for the inverse matrix.
- Area and volume: the absolute determinant is the area or volume of the figure spanned by the columns of .
The geometric reading extends furthest. It is the linear special case of the Jacobian factor that governs change of variables in multivariable calculus.
Cramer's rule
For a matrix and a vector , write for the matrix obtained by replacing column of with , leaving every other column alone.
The proof uses the multiplicative property. Let be the identity matrix with its th column replaced by . Matrix multiplication gives , so by the multiplicative property, . A cofactor expansion of along its th row shows , hence , and dividing by the nonzero finishes the proof.1
Cramer's rule is efficient only for small systems — each unknown is a fresh determinant — but its value is theoretical. Because is an explicit function of the entries of and , the formula shows how a solution responds to changes in the data, which is the question that arises when a coefficient carries a parameter.
The determinant in the denominator names the exact values where the system degenerates. This is the pattern behind Laplace-transform analyses of linear systems in engineering, where is the transform variable.1
A formula for the inverse
Applying Cramer's rule column by column produces the inverse in closed form. The th column of solves , and the entry of is therefore
A cofactor expansion of down its th column evaluates the numerator to a single cofactor, . Note the reversed subscripts: the entry of the inverse uses the cofactor of .
Like Cramer's rule, the adjugate formula is a theoretical instrument. It exposes how the inverse depends on the entries of without computing anything, but for an actual inverse the Gauss-Jordan reduction of is far cheaper.1
The determinant as area and volume
The absolute value of the determinant is also a geometric measure.
The proof begins with the easy case: a diagonal matrix spans an axis-aligned rectangle of area , matching the determinant. The general case reduces to this one. The absolute determinant is unchanged by a column replacement or a column interchange (the row-operation rules, read for columns), and those operations suffice to diagonalize any matrix. Geometrically, a column replacement slides the tip of along a line parallel to , preserving the base and the height of the parallelogram, hence its area.1
The argument is the same in one higher dimension: a diagonal matrix spans a box of volume , and column replacements move one edge within a plane parallel to the opposite face, changing neither the base area nor the height of the parallelepiped.
Translation does not affect area, so any parallelogram can be moved to the origin and read off a determinant this way.
Linear maps scale area and volume
If is the linear map with matrix , then applying to a region multiplies its measure by exactly .
The proof combines the area-and-volume result with the multiplicative property. A parallelogram at the origin spanned by has matrix , and its image under is spanned by , with matrix . Then
An arbitrary parallelogram is a translate , and sends it to ; since translation preserves area, the factor carries over unchanged.1
Beyond parallelograms
The scaling factor does not depend on straight edges. A region with finite area can be approximated by a grid of small squares inside it; the map sends each square to a parallelogram whose area is times the square's.
Summing and passing to a limit shows
for any region , and the analogous statement holds for volume in . This is the linear special case of the change-of-variables formula in calculus, where the local scaling factor of a nonlinear map is the absolute value of its Jacobian determinant. The determinant a linear map applies uniformly becomes the rate at which a smooth map expands area near each point.
Summary
- Cramer's rule: for invertible , the solution of is , where replaces column of by .
- The adjugate formula: , where is the transpose of the cofactor matrix. Both formulas are theoretical tools, not efficient algorithms.
- Area and volume: is the area of the parallelogram (or volume of the parallelepiped) spanned by the columns of .
- Measure scaling: a linear map with matrix scales the area or volume of every region by , a fact that extends from parallelograms to arbitrary regions and previews the Jacobian in multivariable calculus.
Footnotes
- Lay, Lay & McDonald, Linear Algebra and Its Applications, 5th ed., §3.3 — Cramer's Rule, Volume, and Linear Transformations: Theorem 7 (Cramer's rule) and its proof via , Theorem 8 (inverse through the adjugate) with the reversed-subscript cofactor argument, Theorem 9 (absolute determinant as area/volume) proved by column operations, and Theorem 10 (measure scaling under a linear map) with the extension to arbitrary regions. ↩ ↩2 ↩3 ↩4 ↩5
╌╌ END ╌╌