Chapter 5 - Determinants
Chapter 5 - Determinants
Determinants
The first part of (b) now follows since the (i, j)th entry of AT is
the (j, i)th entry of A.
The second part of (b) follows from the first and the properties
of the complex conjugate.
It follows that in the rest of the proof, the results for columns
follow from the results for rows, so we just prove those.
MATH2601 Slides, 2021 – p. 13
For (c), suppose that the ith row is zero.
Each term a1σ(1) · · · anσ(n) contains an entry aiσ(i) = 0.
So each product in the sum defining the determinant is zero
and det(A) = 0.
bij = aα(i)j
by commutativity of multiplication.
So det(B) = sign(α) det(A) = sign(α−1 ) det(A).
(Note the special case of a row or column swap, which
changes the sign of the determinant.)
For (e), note that if A has two rows the same, then when we
swap them we do not change the matrix, but from the special
case of (d) we change the sign of the determinant.
The only way this can be so is if det(A) = 0.
= det(EkT . . . E1T A)
= det(Ek ) . . . det(E1 ) det(A)
= det(B) det(A) = det(A) det(B) .
Lemma 5.6 then tells us that det(Ai ) = aij cij . In the above,
det(A1 ) = 2 × [(−1) × (36 − 42)] = 12,
det(A2 ) = 5 × [(1) × (9 − 21)] = −60 and
det(A3 ) = 8 × [(−1) × (6 − 12)] = 48
MATH2601 Slides, 2021 – p. 31
But the j th column of A is the sum of the j th columns of the
Ai , and each other column of Ai is the same as the
corresponding one of A.
Our formula now follows since the determinant is linear in the
columns of A from theorem 5.5.
For our example we get det(A) = 12 − 60 + 48 = 0, which we
know is the case as the rows are dependent: twice the second
row minus the third row gives the first row.
Note: you should avoid using the cofactor expansion to
calculate determinants except for the 2 × 2 case.
Always try to do some row (or column) operations to find the
determinant.
adj(A)ij = cji
adj(A)
Theorem 5.14 For an invertible matrix A, A−1 = .
det(A)
Proof: Suppose that Aj is the same matrix as A but with
column j replaced by column i, for i 6= j .
Then det(Aj ) = 0 by theorem 5.4 (c), but expanding det(Aj ) by
Xp
column i in theorem 5.13 gives det(Aj ) = aki ckj = 0 .
k=1
p
X
So that the (j, i) entry of adj(A)A is ckj aki = δij det(A).
k=1
So that adj(A) A = (det(A))I .
In the 2 × 2 case this gives the familiar formula
! !
a b 1 d −b
= .
c d ad − bc −c a