Chapter3_0224
Chapter3_0224
1
Section 3.1 - Introduction to Determinants
If n ≥ 2, then
det A = a11 det A11 − a12 det A12 + · · · + (−1)1+n a1n det A1n
Xn
= (−1)1+j a1j det A1j
j=1
where A1j is the (n − 1) × (n − 1) matrix obtained by removing the 1st row and jth column
of A.
a11 a12
Example. Compute the determinant of A = . Does it agree with the definition of a
a21 a22
2 × 2 determinant given in Chapter 2?
1 2 3
Example. Compute det 4 5 6.
7 8 9
2
Section 3.1 - Introduction to Determinants
1 2 −2
Example. Let A = 1 −3 −1. Find det A.
−4 0 1
3
Section 3.1 - Introduction to Determinants
1 2 3 4
0 5 6 7
Example. Let A = . Find |A|.
0 0 8 9
0 0 0 10
All entries below the main diagonal are zero. In this case, the matrix is upper triangular .
All entries above the main diagonal are zero. In this case, the matrix is lower triangular .
Theorem. If A is a triangular matrix, then the determinant of A equals the product of the
diagonal entries of A.
1 2 3 4
0 5 6 7
Example. Compute the determinant of
0
using the theorem above.
0 8 9
0 0 0 10
4
Section 3.2 - Properties of Determinants
1. −3R1 + R2 → R2 2. R1 ↔ R2 3. 2R2
0 1 5 1
3 −6 9 3
Example. Find det
2 −6 1
using row reduction.
0
0 3 10 7
5
Section 3.2 - Properties of Determinants
Theorem. If U is obtained from A using only row interchanges and replacements, and U is
in row echelon form, then U is triangular and
(
(−1)r · product of the pivots of U if A is invertible
det A = .
0 if A is not invertible
det AT = det A.
Linearity Properties
Is the map det : Mn×n → R, where A 7→ det A for all A ∈ Mn×n , a linear transformation?
6
Section 3.2 - Properties of Determinants
You can check that T is linear: For any ⃗x, ⃗y ∈ Rn and any scalar c,
Example. Let A and B be 3 × 3 matrices such that det A = 2 and det B = 5. Find
5. det (A−1 )
1. det (AB) 2. det (A4 ) 3. det B T 4. det (2B)
7
Section 3.3 - Cramer’s Rule, Volume, and Linear Transformations
⃗ n
Theorem. (Cramer’s Rule) Let A be an n × n invertible matrix. Then for any b ∈ R , the
x1
x2 det (Ai (⃗b))
unique solution ⃗x = .. of A⃗x = ⃗b is given by xi = for i = 1, 2, . . . , n where
. det A
xn
Ai (b) is the matrix obtained by replacing the ith column of A with ⃗b.
⃗
x1 − 2x2 + x3 = 0
x2 − 3x3 = −7
2x1 + x2 − x3 = 1
1
Theorem. (Inverse Formula) Let A be an n × n invertible matrix. Then A−1 = adjA
det A
where the matrix adjA, called the adugate of A or the classical adjoint of A , is defined
by (adjA)ij = Cji , i.e. the transpose of the matrix of cofactors. So
T
C11 C12 · · · C1n
1 21 C22 · · ·
C C2n
A−1 = .. .
. ..
det A .. . .
Cn1 Cn2 · · · Cnn
8
Section 3.3 - Cramer’s Rule, Volume, and Linear Transformations
If A is a 2 × 2 matrix, then the area of the parallelogram determined by ⃗a1 and ⃗a2 is
| det A|.
If A is a 3 × 3 matrix, then the volume of the parallelepiped determined by ⃗a1 , ⃗a2 , and
⃗a3 is | det A|.
Example. Find the area of the parallelogram whose vertices are (−2, 0), (0, 3), (1, 3), and
(−1, 0).
9
Section 3.3 - Cramer’s Rule, Volume, and Linear Transformations
Example. Find the volume of the parallelepiped with one vertex at the origin and adjacent
vertices at (1, 0, −3), (1, 2, 4), and (5, 1, 0).
2 2 2
Example. the region bounded by x1 + x2 + x3 = 1, so S is a sphere of radius 1, and
Let S be
2 0 0
let A = 0 3 0. Compute the volume of the image of S under the mapping ⃗x 7→ A⃗x, i.e.
0 0 4
x2 x2 x2
the region bounded by the ellipsoid 21 + 22 + 23 = 1. Recall that the volume of a sphere of
2 3 4
4 3
radius r is πr .
3
10