Mathematical Physicshigh schoolundergraduate

Determinant

Also known as: det A · |A| · Jacobian (for coordinate maps)

The determinant is the signed volume-scaling factor of the linear map. |det| tells you how much areas/volumes grow; its sign tells you whether orientation is preserved or flipped; zero means the map crushes space into a lower dimension.

det ⁣(abcd)=adbc\det\!\begin{pmatrix} a & b \\ c & d \end{pmatrix} = ad - bc
Live simulation
warming up the physics…

The unit square (and its basis vectors) is smoothly deformed by the slider-set 2×2 matrix, interpolating from the identity so the motion shows the map building up. The resulting parallelogram is shaded; its area equals |det|, printed live, and turns red when the determinant goes negative (orientation flip).

Equivalent forms

det(AB)=detAdetB\det(AB) = \det A \,\det B
det(A)=iλi\det(A) = \prod_i \lambda_i
A single scalar that simultaneously answers 'invertible?', 'how much does volume scale?', and 'is orientation flipped?'.