Mat2a202 1
Mat2a202 1
1: Determinants by cofactor
expansion
a11 a12
detA = |A| = = a11 a22 − a21 a12
a21 a22
Definition
For an n × n matrix A = [aij ] we define the minor of entry aij ,
denoted Mij , to be the determinant of the submatrix obtained by
deleting the ith row and jth column.
Definition
The cofactor of entry aij is defined by
Example
1 2 3
Let A = 4 5 6. Compute M11 , M12 , M32 , C11 , C12 and C32 .
7 8 0
M11 = −48, M12 = −42, M32 = −6
C11 = −48, C12 = 42, C32 = 6
Example
2 0 −3
Let A = −1 1 2 . Find C23 , C12 , C22 .
0 2 1
C23 = −4, C12 = 1, C22 = 2
Definition
The determinant of an n × n matrix A = [aij ] is the number
n
X
detA = aij Cij
j=1
Example
2 0 −3
Let A = −1 1 2 . Compute the determinant of A using
0 2 1
the cofactor expansion along the second row as well as the
cofactor expansion along the third column.
|A| = 0
Example
Compute the determinants of the following matrices.
1 2 −1
1 A = 0 −3 1
2 1 1
|A| = −6
1 0 2 0
−4 0 0 1
2 B= .
2 0 −1 1
0 1 −2 0
|B| = 13
k2
1 k
3 C = 1 k k 2 .
1 k k2
|C| = 0
Theorem
The determinant of a triangular matrix (upper, lower, or
diagonal) is the product of the entries on its main diagonal.
Specifically, if A = [aij ] is an n × n triangular matrix then
Example
1 0 0 0
7 −2 0 0
Let A = . Find det(A).
8 9 −1 0
12 −6 7 3
|A| = 6
Example
1 Show that the determinant of an upper triangular 3 × 3
matrix is the product of the entries on its main diagonal.
2 What is the determinant of a triangular matrix with a zero
on the main diagonal?
3 Compute the determinant of
0 0 0 a
0 0 b c
A= 0
.
d e f
g h i j