27.1. BASIC TECHNIQUES AND PROPERTIES 499
Therefore,
cof(A)23 = (−1)2+3 det
(1 23 2
)= (−1)2+3 (−4) = 4.
Similarly,
cof(A)22 = (−1)2+2 det
(1 33 1
)=−8.
Definition 27.1.7 The determinant of a 3×3 matrix A, is obtained by picking a row (col-umn) and taking the product of each entry in that row (column) with its cofactor and addingthese up. This process when applied to the ith row (column) is known as expanding the de-terminant along the ith row (column).
Example 27.1.8 Find the determinant of
A =
1 2 34 3 23 2 1
.
Here is how it is done by “expanding along the first column”.
1
cof(A)11︷ ︸︸ ︷(−1)1+1
∣∣∣∣∣ 3 22 1
∣∣∣∣∣+4
cof(A)21︷ ︸︸ ︷(−1)2+1
∣∣∣∣∣ 2 32 1
∣∣∣∣∣+3
cof(A)31︷ ︸︸ ︷(−1)3+1
∣∣∣∣∣ 2 33 2
∣∣∣∣∣= 0.
You see, we just followed the rule in the above definition. We took the 1 in the first columnand multiplied it by its cofactor, the 4 in the first column and multiplied it by its cofactor,and the 3 in the first column and multiplied it by its cofactor. Then we added these numberstogether.
You could also expand the determinant along the second row as follows.
4
cof(A)21︷ ︸︸ ︷(−1)2+1
∣∣∣∣∣ 2 32 1
∣∣∣∣∣+3
cof(A)22︷ ︸︸ ︷(−1)2+2
∣∣∣∣∣ 1 33 1
∣∣∣∣∣+2
cof(A)23︷ ︸︸ ︷(−1)2+3
∣∣∣∣∣ 1 23 2
∣∣∣∣∣= 0.
Observe this gives the same number. You should try expanding along other rows andcolumns. If you don’t make any mistakes, you will always get the same answer.
What about a 4× 4 matrix? You know now how to find the determinant of a 3× 3matrix. The pattern is the same.
Definition 27.1.9 Suppose A is a 4× 4 matrix. The i jth minor is the determinant of the3×3 matrix you obtain when you delete the ith row and the jth column. The i jth cofactor,cof(A)i j is defined to be (−1)i+ j×
(i jth minor
). In words, you multiply (−1)i+ j times the
i jth minor to get the i jth cofactor.
Definition 27.1.10 The determinant of a 4×4 matrix A, is obtained by picking a row (col-umn) and taking the product of each entry in that row (column) with its cofactor and addingthese together. This process when applied to the ith row (column) is known as expandingthe determinant along the ith row (column).