Linear Algebra
Linear Algebra
2 Cofactor Expansion
DEF ( p. 152) Let A = [a ij ] be an n n matrix.
M ij denotes the (n 1) (n 1) matrix of A
obtained by deleting its i-th row and j-th
column.
det(M ij ) is called the minor of a ij .
A ij = (1) i+j det(M ij ) is called the cofactor of
a ij .
1
EXAMPLE 1 For A =
0 1 2
2
A 12 = (1)
1+2
A 31 = (1)
3+1
0 2
2 0
1 4
1 2
1 4
we have:
3 0
= (1)(0 4) = 4
= (1)(2 + 4) = 6
4 2
3 0
4
3
0 3
2 0 2
was
found by
expansion along the third row, and
expansion along the first column.
We shall illustrate the expansion along the second
column:
det(A) = a 12 A 12 + a 22 A 22 + a 32 A 32 + a 42 A 42
4
= 2(1) 3
0 3
2 2
1 3
+ 2(1) 4
3
3
4
0 3
2 2
+0+0
= 2(0 6 18 0 + 24 9)
+ 2(0 + 18 24 0 6 + 27)
= 2(9) + 2(15)
= 48
A 12 A 22 ` A n2
_
A 1n A 2n ` A nn
det(A)
if i = j
if i j
1 (adjA)
det(A)