Cofactor expansion and testing invertibility 可逆性 かぎゃくせい
1Introduction
The key point is that
Cofactors also form the
when .
2Terms and definitions
Let be an
The
The
3Plan
To expand along row , group the permutation sum by the value of . The group with contains the factor , and the remaining choices are exactly the determinant of the submatrix obtained by deleting row and column . The sign correction is .
4Intuitive explanation
Cofactor expansion decomposes high-dimensional oriented volume by fixing one row or column. The selected entry becomes a coefficient, and the remaining determinant measures the lower-dimensional slice. The checkerboard sign corrects orientation.
5Precise explanation
5.11. Cofactor expansion theorem
For an square matrix ,
for every row , and
for every column .
5.22. Proof of row expansion
Start from the permutation definition and group terms by the value of . In the group with , the factor appears. Moving row and column to the front requires adjacent swaps, giving the sign . The remaining signed sum is the determinant of . Thus that group contributes , and summing over proves the row expansion.
Column expansion follows similarly, or by applying row expansion to and using .
5.33. Adjugate identity
The entry of is
If , this is the cofactor expansion of . If , it is the determinant of the matrix obtained by replacing row by row , expanded along row . That matrix has two equal rows, so its determinant is zero. Therefore
The identity follows similarly from column expansion.
5.44. Inverse formula
If , then division by is allowed, so
Conversely, if is invertible, then
so . Hence is invertible if and only if .
6Worked example
For
expansion along the first row gives
Thus , so is invertible.
7Relation to rank and linear maps
For an square matrix,
The determinant proof uses the adjugate formula above. The rank viewpoint says that full rank means the column space is all of , so the corresponding linear map loses no information.
data/lecture/math/linear-algebra/rank-basics.lecture.n.md data/lecture/math/linear-algebra/rank-and-nullity-of-linear-maps.lecture.n.md8How to choose the method
Use cofactor expansion when a row or column has many zeros. Use the adjugate when proving the inverse formula. For large numerical computations, row operations are usually more efficient than cofactor expansion.
9Scope
This lecture treats square matrices over the real or complex numbers. Cofactor expansion applies to every square matrix, but it becomes computationally expensive for large matrices. Rectangular matrices do not have this determinant or cofactor expansion in the same sense; rank and one-sided inverses are used instead.
10Final forms
11In one sentence
- Cofactor expansion groups the permutation definition by one chosen row or column.
- The adjugate constructs the inverse when the determinant is nonzero.