A determinant is a scalar attached to a square matrix. It measures several things at once: whether the matrix is invertible, how the corresponding linear transformation scales volume, and whether orientation is preserved or reversed. A matrix has a determinant only when it is square. For an matrix , the determinant is written as
or
The determinant is zero exactly when the matrix is singular. Equivalently, a square matrix is invertible exactly when its determinant is nonzero.
13.1 Determinants of Matrices
The determinant of a matrix is its only entry:
For example,
This base case is used in recursive definitions of larger determinants.
13.2 Determinants of Matrices
For a matrix
the determinant is
For example,
The two products and compare the two diagonal contributions. If they cancel, the determinant is zero.
13.3 Area Interpretation in the Plane
Let
The columns of are
The absolute value
is the area of the parallelogram spanned by and .
If
the transformation preserves orientation. If
the transformation reverses orientation. If
the parallelogram has zero area, so the two column vectors are linearly dependent.
13.4 Determinants of Matrices
For
one formula is
For example,
Then
Thus
The absolute value of a determinant is the volume of the parallelepiped spanned by its three column vectors.
13.5 Minors
Let be an matrix. The minor is the determinant of the matrix obtained by deleting row and column from .
For example, if
then the minor is obtained by deleting row and column :
Therefore
13.6 Cofactors
The cofactor is the signed minor
The signs follow the checkerboard pattern
For the previous example,
Cofactors are used in Laplace expansion and in the adjugate formula for the inverse.
13.7 Laplace Expansion
The determinant can be computed by expanding along any row or column.
Expansion along row gives
Expansion along column gives
This is called Laplace expansion. It reduces an determinant to determinants of matrices.
13.8 Example of Cofactor Expansion
Let
Expand along the first row:
Compute the determinants:
and
Thus
Choosing a row or column with zeros reduces the amount of computation.
13.9 Triangular Matrices
If is upper triangular or lower triangular, then its determinant is the product of its diagonal entries.
For
we have
For example,
This property is central to computing determinants by elimination.
13.10 Determinants and Row Operations
Elementary row operations affect determinants in simple ways.
| Row operation | Effect on determinant |
|---|---|
| Swap two rows | Multiplies determinant by |
| Multiply one row by | Multiplies determinant by |
| Add a multiple of one row to another | Does not change determinant |
These rules allow determinants to be computed by row reduction, provided the effects of row operations are tracked.
13.11 Example by Row Reduction
Let
Use row replacement operations, which do not change the determinant:
Then
Now use
This gives
The matrix is upper triangular. Since only row replacement operations were used, the determinant has not changed. Therefore
13.12 Row Swaps and Scaling
If row swaps or row scalings are used, their effects must be recorded.
For example,
Swap rows:
The triangular determinant is
But one row swap was used, so the original determinant is
Indeed,
13.13 Zero Determinants
A square matrix has determinant zero when its rows or columns are linearly dependent.
For example,
The second row is twice the first. Therefore the rows are dependent.
Compute:
Geometrically, the corresponding transformation collapses area or volume to zero. Algebraically, the matrix is singular.
13.14 Determinants and Invertibility
For an matrix ,
if and only if
Equivalently,
if and only if
This criterion connects determinants with rank, nullity, pivots, and solutions of linear systems.
13.15 Determinant of a Product
If and are matrices, then
This rule is one of the most important determinant identities. It says that volume-scaling factors multiply under composition of linear transformations.
For example, if
and
then
13.16 Determinant of an Inverse
If is invertible, then
This follows from
and the product rule:
Thus the determinant of the inverse is the reciprocal of the determinant.
13.17 Determinant of a Transpose
For every square matrix ,
Therefore every row property of determinants has a corresponding column property. For example, swapping two columns changes the sign of the determinant, multiplying one column by multiplies the determinant by , and adding a multiple of one column to another leaves the determinant unchanged.
13.18 Determinant of a Scalar Multiple
If is an matrix and is a scalar, then
The exponent appears because multiplying the whole matrix by multiplies every row by . Since there are rows, the determinant is multiplied by exactly times.
For example, if is , then
13.19 Determinants and Volume
If is an real matrix, then is the factor by which the linear transformation scales -dimensional volume.
For example, if
then multiplies volumes by .
If
then still multiplies volumes by , but it reverses orientation.
If
then collapses -dimensional volume to zero.
13.20 Orientation
In , a positive determinant preserves counterclockwise orientation. A negative determinant reverses it.
For example,
has determinant , so it preserves orientation.
The reflection matrix
has determinant , so it reverses orientation.
The sign of the determinant therefore records orientation, while its absolute value records volume scaling.
13.21 Determinants and Eigenvalues
If is an matrix with eigenvalues
counted with algebraic multiplicity, then
This fact is developed later through the characteristic polynomial. It explains why a zero eigenvalue is equivalent to a zero determinant.
13.22 Determinants and Linear Independence
The columns of an matrix are linearly independent if and only if
They are linearly dependent if and only if
Thus the determinant tests whether the columns form a basis of .
For example, if
then
means that form a basis of .
13.23 Determinants and Rank
For an matrix ,
if and only if
If
then
Thus determinant zero means that at least one pivot is missing.
13.24 Cramer’s Rule
Cramer’s rule gives a formula for solving a square system
when
Let be the matrix obtained from by replacing column with . Then the solution satisfies
Cramer’s rule is theoretically important because it gives an explicit formula for the solution. For computation, elimination and matrix factorizations are usually preferred, especially for large systems.
13.25 Determinants and Computation
Cofactor expansion is useful for small matrices or matrices with many zeros. For large dense matrices, row reduction is more efficient.
The practical method is:
| Step | Action |
|---|---|
| 1 | Use row operations to reduce to triangular form |
| 2 | Track row swaps and row scalings |
| 3 | Multiply the diagonal entries |
| 4 | Adjust for recorded row operations |
This connects determinant computation directly with Gaussian elimination.
13.26 Common Mistakes
| Mistake | Correction |
|---|---|
| Taking determinants of non-square matrices | Determinants are defined for square matrices |
| Forgetting sign changes from row swaps | Each row swap multiplies determinant by |
| Treating row scaling as harmless | Scaling a row by scales determinant by |
| Forgetting that row replacement preserves determinant | Adding a multiple of one row to another leaves determinant unchanged |
| Assuming | This is generally false |
| Writing for matrices | Correct formula is |
| Ignoring orientation | The sign of the determinant has geometric meaning |
13.27 Summary
The determinant is a scalar invariant of a square matrix. It detects invertibility, measures volume scaling, and records orientation.
The main formulas are:
| Concept | Formula |
|---|---|
| determinant | |
| determinant | |
| Triangular matrix | Product of diagonal entries |
| Product | |
| Inverse | |
| Transpose | |
| Scalar multiple | |
| Invertibility | invertible iff |
Determinants are not only formulas. They encode how a square matrix changes space. A nonzero determinant means the transformation preserves full dimension. A zero determinant means the transformation collapses space in at least one direction.