What is a Determinant?
The determinant is a single number computed from a square matrix that captures essential geometric and algebraic properties. For a matrix, it is calculated as:
Geometrically, the determinant is the signed area scaling factor of the linear transformation. A positive value preserves orientation, a negative value includes a reflection, and zero collapses space entirely.
| Determinant Value | Geometric Effect | Invertibility |
|---|---|---|
| Scales space, preserves dimension | Invertible | |
| Squashes space to a lower dimension | Singular (no inverse) |
Core Properties & Pitfalls
The single most important test: a square matrix is invertible if and only if its determinant is nonzero. If , the matrix is singular and lacks a unique solution.
Multiplicative property:
Common Pitfalls:
- Calculating the determinant as or instead of .
- Believing a zero determinant means invertible. Zero means singular (not invertible).
- Swapping any two rows negates the determinant, while a zero or repeated row makes it 0.