3×3 Determinants by Expansion
3×3 Determinants by Expansion
Consider the matrix:
M=
a | b | c |
d | e | f |
g | h | i |
The determinant of is the sum of three terms defined by a row or column. Each term is the product of an entry, a sign, and the minor for the entry. The signs look like this:
M
+ | - | + |
- | + | - |
+ | - | + |
A minor is the 2×2 determinant formed by deleting the row and column for the entry. For example, this is the minor for the middle entry:
=
=ai-cg
a | . | c |
. | . | . |
g | . | i |
a | c |
g | i |
Here is the expansion along the first row:
a
| -b
| +c
|
You would probably never write down the following matrix, but the patterns of the signs and the deleted rows and columns of the original matrix may be helpful. The determinant is the sum of any one of the rows or columns of this complicated matrix:
a
| -b
| c
| |||||||||||||||||||||||||||
-d
| e
| -f
| |||||||||||||||||||||||||||
g
| -h
| i
|