Section 5.2 Computing Determinants (GT2)
Learning Outcomes
Compute the determinant of a
matrix.
Subsection 5.2.1 Class Activities
Remark 5.2.1.
We've seen that row reducing all the way into RREF gives us a method of computing determinants.
However, we learned in Chapter 1 that this can be tedious for large matrices. Thus, we will try to figure out how to turn the determinant of a larger matrix into the determinant of a smaller matrix.
Activity 5.2.2.
The following image illustrates the transformation of the unit cube by the matrix
Recall that for this solid
Fact 5.2.3.
If row
Since row and column operations affect the determinants in the same way, the same technique works for a column of all zeros except for a
Activity 5.2.4.
Remove an appropriate row and column of
Activity 5.2.5.
Simplify
(a)
Factor out a
(b)
Swap rows or columns to put a
Activity 5.2.6.
Simplify
(a)
Use row/column operations to create two zeroes in the same row or column.
(b)
Factor/swap as needed to get a row/column of all zeroes except a
Observation 5.2.7.
Using row/column operations, you can introduce zeros and reduce dimension to whittle down the determinant of a large matrix to a determinant of a smaller matrix.
Activity 5.2.8.
Rewrite
as a multiple of a determinant of a
Activity 5.2.9.
Compute
Observation 5.2.10.
Another option is to take advantage of the fact that the determinant is linear in each row or column. This approach is called Laplace expansion or cofactor expansion.
For example, since
Observation 5.2.11.
Applying Laplace expansion to a
There are formulas for the determinants of larger matrices, but they can be pretty tedious to use. For example, writing out a formula for a
So this is why we either use Laplace expansion or row/column operations directly.
Activity 5.2.12.
Based on the previous activities, which technique is easier for computing determinants?
Memorizing formulas.
Using row/column operations.
Laplace expansion.
Some other technique (be prepared to describe it).
Activity 5.2.13.
Use your preferred technique to compute
Insight 5.2.14.
You can check your answer using Octave.xxxxxxxxxx
det([4,-3,0,0; 1,-3,2,-1; 3,2,0,3; 0,-3,2,-2])
Subsection 5.2.2 Videos
Subsection 5.2.3 Slideshow
Slideshow of activities available athttps://teambasedinquirylearning.github.io/linear-algebra/2022/GT2.slides.html
.Exercises 5.2.4 Exercises
Exercises available athttps://teambasedinquirylearning.github.io/linear-algebra/2022/exercises/#/bank/GT2/
.