An nth order determinant is a square nxn array or pattern of numbers, comprised of rows and columns.
2nd order or 2x2 determinant:
row 1, row 2 ; column 1, column 2
2 | 3 |
5 | -2 |
3nd order or 3x3 determinant:
row 1, row 2, row 3 ; column 1, column 2, column 3
-4 | 5 | 8 |
2 | 1 | 7 |
-8 | 0 | 15 |
- Each entry or number in the determinant is referred to as an element of the determinant
- A determinant evaluates to a number (if all the elements in that determinant are numeric)
Method A - "criss-cross" method
a | b |
c - | + |
Method B - "co factor expansion" method
ex. evaluate ∆ =
2 | 4 |
10 | -3 |
= (2) (-3) - (4) (10) = - 46
∆ - delta, often used to symbolize a given determinant.
ex. evaluate ∆ =
4 | 10 |
2 | 7 |
= (4) (7) - (2) (10) = 8
Method A - "criss-cross" method
a | b | c | a | b | ||
d | e | f | d | e | ||
- | g - | h - | i | g + | h + | + |
= a e i + b f g + c d h - c e g - a f h - b d i
Method B - "co factor expansion" method
---------------------------------------------------------------------------------
ex. evaluate ∆ =
2 | 3 | |
1 | ||
-2 | 6 |
∆ =
2 | 3 | |||||
- | - | - | + | 3 + | + |
∆ = (2) (4) (6) + (3) (8) (-2) + (2) (1) (3)
- (2) (4) (-2) - (2) (8) (3) - (3) (1) (6)
∆ = 48 - 48 + 6 +16 - 48 - 18
∆ = -44
"Criss cross" method great for 2x2 and 3x3 determinants.
Problem: It doesn't work for higher-order determinants.
We will, for this reason, learn a general method for calculating determinants called the method of co factors.
No comments:
Post a Comment