2.2 Properties of Determinants: 2.2.1 Determinants and Elementary Row Operations
2.2 Properties of Determinants: 2.2.1 Determinants and Elementary Row Operations
2.2 Properties of Determinants: 2.2.1 Determinants and Elementary Row Operations
DETERMINANTS
1 4 3 4
0 3 4 2
=2
0 0 6 2
0 0 0 1
Remark 163 This is a very important result. Everything we said above regard-
ing rows can be restated using columns. For example a matrix with a column of
zeros has a determinant equal to 0. Similarly, a matrix for which one column
is a multiple of another has a determinant equal to 0.
Theorem 166 If A and B are two n n matrices, then jABj = jAj jBj.
Proof. Again, we divide the proof in two case based on the invertibility of A.
2.2. PROPERTIES OF DETERMINANTS 71
11
Theorem 167 If A is invertible, then A =
.
jAj
Proof. If A is invertible, then A 1 A = I. By theorem 166, we have
1
A jAj = jIj
= 1
Using what we learned in this section, we can add to theorem 116. The new
version is:
1. A is invertible.
4. A is row equivalent to In .
6. jAj =
6 0
72 CHAPTER 2. DETERMINANTS
(A 5I) x = 0
1 5 3 x1 0
=
4 2 5 x2 0
4 3 x1 0
=
4 3 x2 0
We see that the two equations are the same, therefore the solution
3
is 4x1 = 3x2 . So, if x2 = t then x1 = t. So, the eigenvectors
4 " #
3
t
corresponding to = 5 are the non-zero solutions of x = 4
t
If = 2, then the system becomes
(A + 2I) x = 0
1+2 3 x1 0
=
4 2+2 x2 0
3 3 x1 0
=
4 4 x2 0
Once again, the two equations are the same. The solutions are x1 =
x2 . If x2 = t, then x1 = t. So, the eigenvectors corresponding to
t
= 2 are the non-zero solutions of x =
t
Know the relationship between the determinant of a matrix and the de-
terminant of its transpose.
Know the relationship between the determinant of a matrix and the de-
terminant of its inverse.
Know what eigenvalues and eigenvectors are and be able to compute them.
74 CHAPTER 2. DETERMINANTS
2.2.5 Problems
1. On pages 101, 102, do # 2, 3, 4, 5, 8, 9, 11, 12, 13, 14.
2. On pages 109 - 111, do # 4, 5, 6, 12, 13, 14, 15, 20, 22, 23.
3. Citing theorems studied, explain why a matrix with a row or column of
zeros is not invertible.
4. Citing theorems studied, explain why a matrix with a row or column which
is a multiple of another row or column is not invertible.
5. Prove that if A and B are two n n matrices, then jABj = jBAj.