Determinants
Determinants are scalars associated with square matrices that capture how the corresponding linear transformation scales volume and, in a controlled way, preserves or reverses orientation. For an n-by-n matrix A, the determinant det(A) depends on all entries of A in a multilinear and alternating fashion and provides a compact summary of many algebraic and geometric properties of A.
The determinant of small matrices is often written in explicit formulas. For a 2-by-2 matrix [[a, b],
Key properties include: det(I) = 1 for the identity matrix; det(AB) = det(A) det(B); det(A^T) = det(A); swapping two
Computation methods include expansion by minors (Laplace expansion) and row reduction to triangular form, where det(A)
Applications span solving linear systems (Cramer's rule requires nonzero determinant), change of variables in integration (Jacobian