Consider the matrix A: | a | b | ||| | c | d |
Determinant of A = (a)(cofactor of a) + (b)(cofactor of b)
Determinant of A = (b)(cofactor of b) + (d)(cofactor of d)
Consider the matrix B: | 2 | 5 | 1 | |||| | 7 | 3 | 4 | | 0 | 6 | 8 |
Determinant of B = (2)(cofactor of 2) + (5)(cofactor of 5) + (1)(cofactor of 1)
Determinant of B = (5)(cofactor of 5) + (3)(cofactor of 3) + (6)(cofactor of 6)
Determinant of B = (0)(cofactor of 0) + (6)(cofactor of 6) + (8)(cofactor of 8)
The determinant of a 2x2 matrix can be calculated using the equation: | a | b | ||| | c | d |
Determinant = (a)(d) - (b)(c)
The determinant of a 3x3 matrix can be calculated using the equation:
a1 | b1 | c1 |
---|---|---|
a2 | b2 | c2 |
a3 | b3 | c3 |
Determinant = (a1)(cofactor of a1) + (b1)(cofactor of b1) + (c1)(cofactor of c1)
The determinant of a 4x4 matrix can be calculated using the equation:
a1 | b1 | c1 | d1 |
---|---|---|---|
a2 | b2 | c2 | d2 |
a3 | b3 | c3 | d3 |
a4 | b4 | c4 | d4 |
Determinant = (a1)(cofactor of a1) + (b1)(cofactor of b1) + (c1)(cofactor of c1) + (d1)(cofactor of d1)
If a determinant has a row or column consisting entirely of zeros, its expansion can be simplified by considering the zeros.
Consider the matrix C: | 2 | 0 | 3 | |||| | 0 | 0 | 0 | | 1 | 0 | 4 | Since the second row consists entirely of zeros, the determinant is zero.
3 | 7 | 2 |
---|---|---|
-1 | -4 | -2 |
0 | -6 | 8 |
Inverse of a matrix:
The inverse of a 2x2 matrix can be calculated using the equation: | a | b | ||| | c | d |
A^(-1) = (1/det(A)) * | d | -b | | -c | a |
The inverse of a 3x3 matrix can be calculated using the equation:
a1 | b1 | c1 |
---|---|---|
a2 | b2 | c2 |
a3 | b3 | c3 |
A^(-1) = (1/det(A)) * | b2c3 - b3c2 | a3c2 - a2c3 | a2b3 - a3b2 | | b3c1 - b1c3 | a1c3 - a3c1 | a3b1 - a1b3 | | b1c2 - b2c1 | a2c1 - a1c2 | a1b2 - a2b1 |
Determinants - Expansion of determinant is not restricted
Expansion of determinants can be done along any row or column.
It involves multiplying each element of a row or column by its corresponding cofactor and summing up the products.
The value obtained is the value of the determinant. Example 1: Consider the matrix A: | a | b | ||| | c | d |
Expansion along the first row: Determinant of A = (a)(cofactor of a) + (b)(cofactor of b)
Expansion along the second column: Determinant of A = (b)(cofactor of b) + (d)(cofactor of d) Example 2: Consider the matrix B: | 2 | 5 | 1 | |||| | 7 | 3 | 4 | | 0 | 6 | 8 |
Expansion along the first row: Determinant of B = (2)(cofactor of 2) + (5)(cofactor of 5) + (1)(cofactor of 1)
Expansion along the second column: Determinant of B = (5)(cofactor of 5) + (3)(cofactor of 3) + (6)(cofactor of 6)
Expansion along the third row: Determinant of B = (0)(cofactor of 0) + (6)(cofactor of 6) + (8)(cofactor of 8) Equations involving determinants:
The determinant of a 2x2 matrix can be calculated using the equation: | a | b | ||| | c | d |
Determinant = (a)(d) - (b)(c)
The determinant of a 3x3 matrix can be calculated using the equation:
a1 | b1 | c1 |
---|---|---|
a2 | b2 | c2 |
a3 | b3 | c3 |
Determinant = (a1)(cofactor of a1) + (b1)(cofactor of b1) + (c1)(cofactor of c1)
The determinant of a 4x4 matrix can be calculated using the equation:
a1 | b1 | c1 | d1 |
---|---|---|---|
a2 | b2 | c2 | d2 |
a3 | b3 | c3 | d3 |
a4 | b4 | c4 | d4 |
Determinant = (a1)(cofactor of a1) + (b1)(cofactor of b1) + (c1)(cofactor of c1) + (d1)(cofactor of d1) Expansion of a determinant with zeros:
If a determinant has a row or column consisting entirely of zeros, its expansion can be simplified by considering the zeros.
If a row or column of a determinant is all zeros, then the value of the determinant is zero. Example 3: Consider the matrix C: | 2 | 0 | 3 | |||| | 0 | 0 | 0 | | 1 | 0 | 4 | Since the second row consists entirely of zeros, the determinant is zero.
Determinants - Minor and Cofactor Expansion
3 | 7 | 2 |
---|---|---|
-1 | -4 | -2 |
0 | -6 | 8 |
Properties of Determinants
a1 | b1 | c1 |
---|---|---|
a2 | b2 | c2 |
a3 | b3 | c3 |
A^(-1) = (1/det(A)) * | b2c3 - b3c2 | a3c2 - a2c3 |
b3c1 - b1c3 | a1c3 - a3c1 | a3b1 - a1b3 |
b1c2 - b2c1 | a2c1 - a1c2 | a1b2 - a2b1 |