This chapter systematically studies the definition, properties, calculation methods of determinants, and their applications in systems of linear equations.
Third-order determinant:
∣A∣=a11a21a31a12a22a32a13a23a33
Expanding along the first row:
=a11a22a32a23a33−a12a21a31a23a33+a13a21a31a22a32
n-th order determinant: recursively expand along a row or column
Properties of Determinants
Swapping two rows (or columns) changes the sign of the determinant
If a row (or column) is all zeros, the determinant is zero
A common factor can be factored out from a row (or column)
Adding a multiple of one row (or column) to another does not change the determinant
The determinant is linear in each row (or column)
The determinant of a diagonal matrix is the product of the diagonal elements
The determinant of an upper (or lower) triangular matrix is the product of the diagonal elements
The determinant is unchanged by transposition
Methods for Calculating Determinants
Expansion by row or column
Simplification using properties
Block determinants
Determinants and Systems of Linear Equations
Cramer’s rule: Ax=b has a unique solution if and only if ∣A∣=0
Exercises
Calculate the second-order determinant 2134.
Calculate the third-order determinant 105216340.
Determine whether the determinant 1224 is zero and explain why.
Use the properties of determinants to simplify the calculation of 123246369.
Let A be a 3×3 matrix with ∣A∣=2. If the first and second rows of A are swapped, what is the value of the new determinant?
Reference Answers
1. Calculate the second-order determinant 2134
2×4−3×1=8−3=5
2. Calculate the third-order determinant 105216340
Expanding along the first row:
11640−20540+30516=1(1×0−4×6)−2(0×0−4×5)+3(0×6−1×5)=1(0−24)−2(0−20)+3(0−5)=−24+40−15=1
3. Determine whether 1224 is zero and explain why
1×4−2×2=4−4=0, the two rows are proportional, so the determinant is zero.
4. Use the properties of determinants to simplify 123246369
All three rows are proportional, so the determinant is zero.
5. Let A be a 3×3 matrix with ∣A∣=2. If the first and second rows of A are swapped, what is the value of the new determinant?