Section 3.1 Determinant
Subsection 3.1.1 Definition of Determinant
For this course we will define the determinant as a calculation done recursively.
- First we will define the determinant for
matrices. - Next we will define a recursive process for computing determinants of larger matrices.
- For example the determinant of a
matrix will involve computing determinants of 3 matrices. - Similarly the determinant of a
matrix will involve computing determinants of 4 determinants which each involve computing 3 determinants of matrices. - How many
determinants are required to compute the determinant of a matrix?
Example 3.1.2.
Checkpoint 3.1.3.
Compute the determinant of
Next we define a cofactor. This is just a signed determinant of a sub-matrix. It has no significance outside calculating determinants.
Definition 3.1.4.
Definition 3.1.5.
Note that the elements of the first row are multiplied by their cofactors. One can use this formula with any row or any column.
Example 3.1.6.
Calculate the determinant.
Checkpoint 3.1.7.
Based on this definition, how much fun do you expect it to be to calculate by hand a determinant of a matrix?
Example 3.1.8.
Calculate the determinant.
Subsection 3.1.2 Efficient Algorithm
This activity will demonstrate the effect of changes to a matrix on the determinant. These effects can be used to more efficiently calculate determinants.
Activity 3.1.1.
(a)
Calculate the determinant of each of the matrices.
(b)
For each matrix/row operation determine how the value of the determinant was changed.
(c)
Based on these three differences, what process that we know could be used to more efficiently compute the determinant?
Subsection 3.1.3 Additional Theorems
These theorems are not dependent on the previous algorithm. Use these experiments to notice additional properties.
Activity 3.1.2.
(a)
Calculate
(b)
Using the previous calculation conjecture a statement about the determinants of non-invertible matrices.
(c)
(d)
Conjecture a theorem about and Explain why this is true using the defining property of the determinant.
(e)
Calculate
(f)
Calculate