SLIDE 1
Recursive Formula: Cofactor Expansion
Fact. Assume A is n × n matrix. Let Aij de- note the matrix formed by removing row i and column j. Then expansion across the first row
- f A gives the formula
det A = a11 det A11−a12 det A12+. . .+(−1)1+na1n det A1n One can expand across other rows, but note that the sign is always (−1)i+j. Each term Cij = (−1)i+jAij in the expansion is called a cofactor.
detTWO: 2