GraphMath

Determinant

Signed scaling of area and volume through row operations

What does determinant measure, and why do row operations reveal it?

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.

Key ideas

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.

  • Row swap changes sign, row scaling multiplies determinant by the same scalar and row replacement leaves determinant unchanged
  • A non-full-rank square matrix has determinant 0 because its transformation collapses volume into a lower-dimensional shape
  • |AB| = |A||B| expresses successive volume scaling under composition of transformations
  • The determinant of a triangular matrix is the product of its diagonal entries, which makes row reduction the practical computation method
  • Determinant is unchanged by transpose and an orthonormal square matrix has determinant ±1
  • Permutation and cofactor formulas are historically important, but row reduction is the preferred computational method

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.

Why is determinant naturally connected to row reduction?

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.

Related chapters

Chapter contents

Why do determinant formulas from permutations and cofactors still matter?

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.

Was this chapter helpful?

Quick feedback helps us improve the site.