Let be an matrix.
Suppose that transforming to a matrix in reduced row-echelon
form using elementary row operations gives us the matrix .
Recall that there exist elementary matrices
such that
.
Taking the determinants of both sides, we get
.
Now, using the fact that the determinant of a product of matrices
is the same as the product of the determinants of the matrices,
we get that
(For this formula to make sense, we must have
for all .
This fact is established below.)
Note that is either the identity matrix or contains a row
of 0's. Hence, is either 1 or 0.
As a result, if we know the determinants of elementary matrices,
we can get the value of the determinant of .
Determinants of elementary matrices
The determinants of elementary matrices are quite easy to compute as
we will now see.
1.
The elementary matrix that corresponds to adding a scalar
multiple of a row to another row is a triangular matrix with
1's on the diagonal. As we have seen, the determinant of
a triangular matrix is given by the product of the diagonal entries.
Hence, the determinant of such an elementary matrix is 1.
For example, the elementary matrix
corresponds to adding times row 2 to row 1. Its determinant
is .
2. ,
The elementary matrix that corresponds to multiplying row
by a nonzero constant is a diagonal matrix with
1's on the diagonal except at the th diagonal entry, which
is . So the determinant, given by the product of
the diagonal entries, is simply .
For example, the elementary matrix
corresponds to multiplying row 2 by . Its determinant
is .
3.
Finally, the elementary matrix that corresponds to
interchanging row and row is a permutation matrix for
a permutation with an odd number of inversions.
Hence, its determinant is .
Computation example
Let .
We will compute using row reduction.
Performing gives
.
Call this matrix .
Then since the determinant
of the elementary martrix that corresponds to the elementary row operation
is 1. (See discussion above.)
Now, applying to gives
.
Call this matrix .
Then since the determinant
of the elementary martrix that corresponds to the elementary row operation
is 1. So since is a triangular matrix
and the product of the diagonal entries is .
Remark.
Note that the elementary row operation that adds a multiple of a row to
another row does not alter the determinant. And the elementary row
operation that interchange two rows simply flips the sign of the determinant.
Hence, one often uses only these operations to bring the matrix into triangular
form when computing the determinant using row reduction.
For example,
Now the matrix is upper triangular. So the determinant is
.