determinante
Determinante, known in English as the determinant, is a scalar associated with a square matrix that describes how the linear transformation represented by the matrix changes volumes and orientation. It is a function det: F^n×n → F that is linear in each row (multilinear) and changes sign if two rows are swapped (alternating), with det(I) = 1. The determinant is zero precisely when the rows (or columns) are linearly dependent.
For a 2×2 matrix [a b; c d], det = ad − bc. In general, det A can be
Key properties include det(AB) = det(A) det(B); det(A^T) = det(A); det(-A) = (−1)^n det(A). A matrix is invertible exactly
Applications include solving linear systems (Cramer's rule), testing invertibility, and studying eigenvalues through the characteristic polynomial
Notation commonly uses det(A) or |A|. The determinant has roots in 17th- to 18th-century work of mathematicians
---