Laplace expansion
From Wikipedia, the free encyclopedia
In linear algebra, the Laplace expansion of the determinant of an n × n square matrix B expresses the determinant |B| as a sum of n determinants of (n-1) × (n-1) sub-matrices of B. There are 2n such expressions, one for each row and column of B. The Laplace expansion is of theoretical interest as one of several ways to view the determinant, as well as of practical use in determinant computation.
Define the i,j minor matrix Mij of B as the (n-1) × (n-1) matrix that results from deleting the i-th row and the j-th column of B, and the i,j cofactor of B as
Then the Laplace expansion is given by the following
Theorem Suppose B = (bij) is an n × n matrix and i,j ∈ {1, 2, ...,n}.
Then the determinant
[edit] Example
Consider the matrix
The determinant of this matrix can be computed by using the Laplace expansion along the first row:
Alternatively, Laplace expansion along the second column yields
It is easy to see that the result is correct: the matrix is singular because the sum of its first and third column is twice the second column, and hence its determinant is zero.
[edit] Proof
Suppose B is an n × n matrix and i,j ∈ {1, 2, ..., n}. For clarity we also label the entries of B that compose its i,j minor matrix Mij as
(ast) for 1 ≤ s,t ≤ n − 1.
Consider the terms in the expansion of |B| that have bij as a factor. Each has the form
for some permutation τ ∈ Sn with τ(i) = j, and a unique and evidently related permutation σ ∈ Sn-1 which selects the same minor entries as τ. Similarly each choice of σ determines a corresponding τ, i.e. the correspondence σ ↔ τ is a bijection between Sn − 1 and {τ ∈ Sn : τ(i) = j}. The permutation τ can be derived from σ as follows.
Define σ' ∈ Sn by σ'(k) = σ(k) for 1 ≤ k ≤ n − 1 and σ'(n) = n. Then sgn σ' = sgn σ and
Since the two cycles can be written respectively as n − i and n − j transpositions,
And since the map σ ↔ τ is bijective,
from which the result follows.