Determinants (CTD) : Evaluating Determinants by Row Reduction (Section 2.2)
Determinants (CTD) : Evaluating Determinants by Row Reduction (Section 2.2)
Proof:
Example:
Proof: (2 ⇥ 2)
1
Theorem. Let A be an n ⇥ n matrix.
(a) If B is the matrix that results when a single row or single column of A
is multiplied by a scalar k, then det(B) = k det(A).
(b) If B is the matrix that results when two rows or two columns of A are
interchanged, then det(B) = det(A).
(c) If B is the matrix that results when a multiple of one row of A is added to
another row, or when a multiple of one column of A is added to another
column, then det(B) = det(A).
Notes of Caution:
Elementary row and column operations may change the value of the de-
terminant (this is in contrast to systems of equations for which elementary
row operations do not change solutions).
Unlike in solving for systems of equations, to find the determinant of a
matrix, you can use column operations as well as row operations.
Example: Let
2 3 2 3
a b c a b c
A = 4d e f 5 ,B =4d e f5
g h i 2g 2h 2i
2 3 2 3
d + 5g e + 5h f + 5i 6a 2b 2c
C=4 a b c 5 , D = 43d e f 5 .
g h i 3g h i
If det(A) = 3, find
(a) det(B)
(b) det(C)
(c) det(D)
2
Example: (ctd)
3
Example: Use row reduction to evaluate the determinant of the given ma-
trix. 2 3
1 1 2 5
63 0 1 37
A=6 42
7
2 4 10 5
0 5 1 1
Example: Use row reduction to evaluate the determinant of the given ma-
trix. 2 3
1 1 2 1
62 2 1 37
A=6 4 1 1 4 65
7
0 1 2 1
4
Let’s redo the above example using a combination of row/column operations and
cofactor expansion.
Example: Use row reduction to evaluate the determinant of the given ma-
trix. 2 3
1 1 2 1
62 2 1 37
A=6 4 1 1 4 65
7
0 1 2 1
5
Properties of Determinants; Cramer’s Rule (Section 2.3)
Proof:
6
Theorem. If A and B are square matrices of the same size, then
That is, the determinant of the product is equal to the product of the deter-
minants.
One nice consequence of the theory developed here is that we can finally tackle
the proofs of a couple of theorems from earlier sections:
Proof of theorem from Section 1.6: If A and B are square matrices of the
same size, and if AB is invertible, then so are A and B.
1 1
det(A = .
det(A)
7
Proof:
(a) det(A 1 )
(b) det(3A 1 )
(c) det((3A) 1 )
8
Theorem (Inverse of a Matrix using its Adjoint). If A is an invertible matrix,
then
1
A 1= adj(A).
det(A)
1
Example: Find A for the matrix A using the adjoint method.
2 3
1 2 2
A= 4 1 0 15
2 4 5
Note: In general, this is not the most efficient way to find the inverse, but the
formula is useful for proofs related to inverses.