markdown
Cofactor expansion and testing invertibilitymd 01d2622
lecture/math/linear-algebra/cofactor-expansion-and-invertibility.lecture.n.md
Download PDF

Cofactor expansion余因子展開よいんしてんかい and testing invertibility可逆性かぎゃくせい

date2026-07-14document_iddoc_948ed6f28f579f32c052b1cacfb93935description余因子展開を置換による行列式の定義から証明し、余因子行列・随伴行列・逆行列公式を通して行列式と可逆性を接続する講義である。prerequisites置換による行列式の定義 / 行列式の計算規則 / 逆行列の基本 / 正方行列type講義content_typelecturestatusactiverelateddata/lecture/math/linear-algebra/determinants.lecture.n.md / data/lecture/math/linear-algebra/determinants-by-permutations.lecture.n.md / data/lecture/math/linear-algebra/determinant-computation-rules.lecture.n.md / data/lecture/math/linear-algebra/inverse-matrix-basics.lecture.n.md / data/lecture/math/linear-algebra/rank-basics.lecture.n.md / data/lecture/math/linear-algebra/rank-and-nullity-of-linear-maps.lecture.n.md / data/exercise/math/linear-algebra/determinants-and-invertibility.exercise.n.md
mathlinear-algebraundergraduatelecturedeterminant

1Introduction

The key point is that cofactor expansion余因子展開よいんしてんかい is not a new definition of the determinant行列式ぎょうれつしき. It is a theorem derived from the permutation definition. It reduces an n×n determinant to determinants of size (n-1)×(n-1).

Cofactors also form the adjugate matrix随伴行列ずいはんぎょうれつ, which proves the inverse formula

A-1=1detAadj(A)

when detA0.

2Terms and definitions

Let A=(aij) be an n×n square matrix正方行列せいほうぎょうれつ. The submatrix小行列しょうぎょうれつ A(i|j) is obtained by deleting row i and column j.

The minor小行列式しょうぎょうれつしき and cofactor余因子よいんし are

Mij=detA(i|j),Cij=(-1)i+jMij.

The cofactor matrix余因子行列よいんしぎょうれつ is C(A)=(Cij), and the adjugate matrix随伴行列ずいはんぎょうれつ is

adj(A)=C(A)T.

3Plan

To expand along row i, group the permutation sum by the value of σ(i). The group with σ(i)=j contains the factor aij, and the remaining choices are exactly the determinant of the submatrix obtained by deleting row i and column j. The sign correction is (-1)i+j.

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 (-1)i+j corrects orientation.

5Precise explanation

5.11. Cofactor expansion theorem

For an n×n square matrix A,

detA=j=1naijCij

for every row i, and

detA=i=1naijCij

for every column j.

5.22. Proof of row expansion

Start from the permutation definition and group terms by the value of σ(i). In the group with σ(i)=j, the factor aij appears. Moving row i and column j to the front requires (i-1)+(j-1) adjacent swaps, giving the sign (-1)i+j. The remaining signed sum is the determinant of A(i|j). Thus that group contributes aijCij, and summing over j proves the row expansion.

Column expansion follows similarly, or by applying row expansion to AT and using detA=detAT.

5.33. Adjugate identity

The (i,k) entry of Aadj(A) is

j=1naijCkj.

If i=k, this is the cofactor expansion of detA. If ik, it is the determinant of the matrix obtained by replacing row k by row i, expanded along row k. That matrix has two equal rows, so its determinant is zero. Therefore

Aadj(A)=(detA)I.

The identity adj(A)A=(detA)I follows similarly from column expansion.

5.44. Inverse formula

If detA0, then division by detA is allowed, so

A-1=1detAadj(A).

Conversely, if A is invertible, then

detA·det(A-1)=detI=1,

so detA0. Hence A is invertible if and only if detA0.

6Worked example

For

A=(102310041),

expansion along the first row gives

\begin{aligned} \det A &= 1\cdot\det\begin{pmatrix}1&0\\4&1\end{pmatrix} +2\cdot\det\begin{pmatrix}3&1\\0&4\end{pmatrix}\\ &= 1(1)+2(12)=25. \end{aligned}

Thus detA0, so A is invertible.

7Relation to rank and linear maps

For an n×n square matrix,

AisinvertibledetA0rank(A)=nthecolumnsarelinearlyindependent.

The determinant proof uses the adjugate formula above. The rank viewpoint says that full rank means the column space is all of Kn, 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.md

8How 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

[PARSE ERROR: Undefined("Command(\"boxed\")")]Cij=(-1)i+jdetA(i|j)
[PARSE ERROR: Undefined("Command(\"boxed\")")]detA=j=1naijCij
[PARSE ERROR: Undefined("Command(\"boxed\")")]Aadj(A)=adj(A)A=(detA)I
[PARSE ERROR: Undefined("Command(\"boxed\")")]A-1=1detAadj(A)(detA0)

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.

12Exercise links

data/exercise/math/linear-algebra/determinants-and-invertibility.exercise.n.md
raw .n.md をコピー
loc をコピー (filepath:line ~ line)
copy share link
copy encoded share link
path をコピー
copy share link
copy encoded share link
copy share link
copy encoded share link
タブを全て閉じる