Determinant is the signed scaling factor of n-dimensional volume under a square linear transformation. This chapter defines determinant through elementary row operations, derives its main properties, shows how to compute it by row reduction and then connects the algebra to geometric illustrations in 2D and 3D.
Determinant is defined algebraically, but its meaning is geometric: it tracks signed area in 2D, signed volume in 3D and signed n-dimensional volume in general.
The chapter ends by reinterpreting determinant computation as building the target shape from the unit square or cube while tracking signed area or volume at each step.
Because row operations change determinant in simple, controlled ways. Once a matrix is reduced to a triangular form, determinant can be read from the diagonal while correcting for swaps and scalings used along the way.
The PDF is a single document. The page links below are best-effort: most browsers support them, but some viewers may ignore the page hint.
Row replacement shears the unit square or cube without changing signed area or volume. Row scaling multiplies signed area or volume by the scale factor. Row swapping reverses orientation, so the determinant changes sign. These are exactly the algebraic rules used to define determinant.