Lecture 17
Lecture 17
a11 a12
A
b b
21 22
a11 a12
det( A)
b21 b22
a11b22 a12b21
3 x 3 Determinant
a11 a12 a13
A a21 a22 a23
a31 a32 a33
a11 a12 a13
det( A) a21 a22 a23
a31 a32 a33
a11a22a33a12 a23a31a13a21a32
a13a22a31 a11a23a32 a12a21a33
Or it can be expressed as
a11 a12 a13 a11 a12
a21 a22 a23 a21 a22
a31 a32 a33 a31 a32
Find the determinant of
the matrix.
1 2 3
A 4 5 6
7 8 9
1 2 3 1 2 3 1 2
detA = -4 5 6 = -4 5 6 -4 5
7 -8 9 7 -8 9 7 -8
= 1.5.9 + 2.6.7 + 3.(-4).(-8)
- 3.5.7 +1.6.(-8)+ 2.(-4).9
1 5 0
A 2 4 1
0 2 0
Minor of a Matrix
If A is a square matrix, then the
Minor of entry aij (called the ijth
minor of A) is denoted by Mij
and is defined to be the
determinant of the sub matrix
that remains when the ith row
and jth column of A are deleted.
Cofactor
The number
Cij=(-1)i+j Mij
is called the cofactor
of entry aij
i j
Ci j ( 1) det Aij
Expand a 3x3 determinant
using cofactor concept
1 2 3
A 4 5 6
7 8 9
The determinant of a
matrix A can be computed
by a cofactor expansion
across any row or down
any column.
The cofactor expansion
across the ith row
det A ai1Ci1 ai 2Ci 2 ... ainCin