Skip to content

Determinant

Defines Determinant, determinant

The determinant is a function from square matrices to the underlying field. It is the unique alternating multilinear function of the columns that sends the identity matrix to 11.

The determinant encodes invertibility: a matrix AA is invertible if and only if det(A)0\det(A) \neq 0. It is multiplicative: det(AB)=det(A)det(B)\det(AB) = \det(A)\det(B). Geometrically, det(A)|\det(A)| measures the factor by which the linear map scales volumes, and the sign records whether orientation is preserved or reversed.

For a 2×22 \times 2 matrix (abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix}, the determinant is adbcad - bc.

Relations

Date created

Cite

@misc{emsenn2026-determinant,
  author    = {emsenn},
  title     = {Determinant},
  year      = {2026},
  url       = {https://emsenn.net/library/math/domains/linear-algebra/terms/determinant/},
  publisher = {emsenn.net},
  license   = {CC BY-SA 4.0}
}