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.
They are no longer the preferred computational methods, but they show that determinant is not merely a row-reduction trick. They connect the practical algorithm back to classical formulas and help close the logical gap between definition, properties and historical computation methods.