deta
The determinant of a square matrix A, denoted det(A) or |A|, is a scalar function that assigns to A a single number. For an n×n matrix, det(A) encodes how the linear transformation x ↦ Ax scales volumes and whether it preserves or reverses orientation. A is invertible if and only if det(A) ≠ 0; equivalently, det(A) = 0 signals that A is singular.
Definition and key properties: det is a polynomial in the entries of A, and it is alternating
Computation: determinants can be computed by expansion by minors, or more practically by row reduction to an
Formulas for small sizes: for a 2×2 matrix [ [a, b], [c, d] ], det = ad − bc. for
Geometric and applications: |det(A)| equals the oriented volume scaling factor of the linear map; its sign indicates