The determinant has a direct geometric meaning: it measures how a matrix, viewed as a linear transformation, distorts size and orientation.In two dimensions, ∣det(A)∣ equals the area of the parallelogram spanned by the columns of A. In three dimensions, ∣det(A)∣ equals the volume of the parallelepiped spanned by the three column vectors, which also equals the scalar triple product a⋅(b×c). In n dimensions, ∣det(A)∣ is the factor by which the map x↦Ax scales n-dimensional volumes.The sign carries its own meaning. A positive determinant means the transformation preserves orientation — counterclockwise stays counterclockwise in R2, right-handed stays right-handed in R3. A negative determinant means orientation is reversed. A zero determinant means the image is lower-dimensional: a 3×3 transformation with det=0 maps all of R3 onto a plane, a line, or a point.Rotation matrices always have determinant +1. Reflection matrices always have determinant −1. These are the cleanest examples of orientation-preserving and orientation-reversing maps. The full geometric treatment, including the change-of-variables formula from multivariable calculus and explicit area and volume formulas, is on the geometry page. A grid stretched, then flattened
Above, the unit square has become a parallelogram and its area is exactly the determinant. Below, the matrix has flattened the plane onto a line: the parallelogram has no area left and the determinant is zero. Singularity and zero area are the same event seen from two sides. Change the entries and watch the area respond on the linear transformation explorer.
Every geometric use of the determinant — volume, orientation, change of variables — is this one fact applied in more dimensions.