Section 9.3 Examples
Subsection 9.3.1 Determinants by row reduction
As discussed in Warning 8.3.3, determinants by cofactor expansions are extremely inefficient for matrices larger than Here we provide an example of using the row reduction method to compute a determinant (Procedure 9.2.2).
Example 9.3.1. Using row reduction to compute a determinant.
We will carry out the first two steps of Procedure 9.2.2 simultaneously, displaying the determinant of each matrix below it. For the purposes of describing how the sequence of determinant values progresses afterward, we’ll label our matrices as we go. As in the procedure, let represent the unknown determinant value of
We would need one more operation to get to REF, but we are already at upper triangular so we don’t need to bother. And notice that we didn’t bother clearing entries above leading ones, since our goal was to get to an upper triangular matrix, which only requires entries below leading ones to be cleared.
Here is how we arrived at our sequence of determinant formulas:
- Matrix
was produced from by a pair of row combination operations, but that type of operation does not change the determinant. So - Matrix
was produced from by swapping rows, so the determinants of those two matrices have opposite signs: - Matrix
was produced from by another pair of row combination operations, so the determinants of those two matrices are equal: - Matrix
was produced from by multiplying a row, and so the determinants are related by the same multiplication factor: - Matrix
was produced from by another row combination operations, so
But since is an upper triangular matrix, we easily calculate its determinant as the product of its diagonal entries:
Equating this to our formula for from our row operation analysis, we obtain
Therefore, which agrees with the result of the calculation of by cofactor expansion in Example 8.4.8.
Example 9.3.2. A determinant of a matrix whose entries involve a variable.
Suppose we would like to know the values of the variable that make the determinant of the matrix below equal to
Let represent the determinant of this matrix. We will reduce to upper triangular, but we will not strictly follow Procedure 2.3.2 to do so. In particular, we will not worry too much about obtaining leading ones, but will focus more on obtaining zeros. The reasons for this are:
- A matrix with entries that contain a variable are complicated enough, so we will avoid introducing fractions into our matrix. To do this, we will multiply other rows to match a leading value instead of dividing to obtain a leading one.
- We should not attempt to obtain a leading one by dividing a row by an expression involving
since there may be values of for which that operation would actually be dividing by zero.
We will not explain each choice of row operation or the progression of determinant values — see if you can fill in those details for yourself. We will also simplify/factor entries as we go to make it easier to see potential simplifying row operations.
We can now calculate the determinant of upper triangular matrix as the product of its diagonal entries:
Subsection 9.3.2 Matrices of determinant zero
Example 9.3.3. Recognizing .
Here are a few examples of recognizing matrices that have determinant
The first matrix has two identical rows, the second matrix has two proportional rows ( ), the third matrix has a column of zeros, and the fourth matrix has two identical columns. So the determinant of each of these matrices is