Written by the Fiveable Content Team โข Last updated September 2025
Written by the Fiveable Content Team โข Last updated September 2025
Definition
The determinant is a scalar value that is computed from the elements of a square matrix and encodes certain properties of the linear transformation described by the matrix. It is crucial for solving systems of linear equations using Cramer's Rule.
5 Must Know Facts For Your Next Test
The determinant of a $2 \times 2$ matrix $\begin{bmatrix}a & b \\ c & d\end{bmatrix}$ is computed as $ad - bc$.
A matrix with a zero determinant is singular, meaning it does not have an inverse.
Swapping two rows or columns of a matrix multiplies its determinant by $-1$.
Multiplying a row or column of a matrix by a scalar multiplies the determinant by that scalar.
The determinant of the product of two matrices equals the product of their determinants, i.e., $\det(AB) = \det(A) \cdot \det(B)$.