The determinant of a square matrix $\mathbf{A}$, denoted as $\det(\mathbf{A})$ or $|\mathbf{A}|$, is a scalar value that represents the volume scaling factor of the linear transformation described by the matrix.
Imagine a unit square in 2D (with an area of $1$) or a unit cube in 3D (with a volume of $1$). When you apply a matrix transformation $\mathbf{A}$, that square is knocked into a new shape (a parallelogram).
The determinant is the area (or volume) of that new shape.
A determinant measures how a transformation changes the volume within the same dimensional space.
If the determinant is exactly zero, it means the transformation has collapsed the space into a lower dimension.
A determinant can be negative (e.g., $\det(\mathbf{A}) = -2$). The absolute value still tells you the scaling factor (the area doubled), but the negative sign indicates that the space has been flipped or mirrored.
Intuition: In 2D, a negative determinant is like flipping a piece of paper over. In 3D, it is the difference between a "right-handed" and a "left-handed" coordinate system.
The determinant provides a definitive test for the "health" of the span of a matrix's columns:
For a square matrix $\mathbf{A}$, the determinant $\det(\mathbf{A})$ or $|\mathbf{A}|$ satisfies:
| Determinant | Geometric Meaning | Column Span | Invertibility |
|---|---|---|---|
| $\det(\mathbf{A}) \neq 0$ | Space is stretched or shrunk | Full ($n$ dimensions) | Invertible |
| $\det(\mathbf{A}) = 0$ | Space is flattened/collapsed | Reduced ($< n$ dimensions) | Singular (Non-invertible) |
| $\det(\mathbf{A}) < 0$ | Space is flipped or mirrored | Full ($n$ dimensions) | Invertible |