Linear Algebra/Laplace's Expansion

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Linear Algebra
 ← Other Formulas for Determinants Laplace's Expansion Topic: Cramer's Rule → 
Example 1.1

In this permutation expansion

we can, for instance, factor out the entries from the first row

and swap rows in the permutation matrices to get this.

The point of the swapping (one swap to each of the permutation matrices on the second line and two swaps to each on the third line) is that the three lines simplify to three terms.

The formula given in Theorem 1.5, which generalizes this example, is a recurrence — the determinant is expressed as a combination of determinants. This formula isn't circular because, as here, the determinant is expressed in terms of determinants of matrices of smaller size.

Definition 1.2

For any matrix , the matrix formed by deleting row and column of is the minor of . The cofactor of is times the determinant of the minor of .

Example 1.3

The cofactor of the matrix from Example 1.1 is the negative of the second determinant.

Example 1.4

Where

these are the and cofactors.

Theorem 1.5 (Laplace Expansion of Determinants)

Where is an matrix, the determinant can be found by expanding by cofactors on row or column .

Proof

Problem 15.

Example 1.6

We can compute the determinant

by expanding along the first row, as in Example 1.1.

Alternatively, we can expand down the second column.

Example 1.7

A row or column with many zeroes suggests a Laplace expansion.

We finish by applying this result to derive a new formula for the inverse of a matrix. With Theorem 1.5, the determinant of an matrix can be calculated by taking linear combinations of entries from a row and their associated cofactors.

Recall that a matrix with two identical rows has a zero determinant. Thus, for any matrix , weighing the cofactors by entries from the "wrong" row — row with — gives zero

because it represents the expansion along the row of a matrix with row equal to row . This equation summarizes () and ().

Note that the order of the subscripts in the matrix of cofactors is opposite to the order of subscripts in the other matrix; e.g., along the first row of the matrix of cofactors the subscripts are then , etc.

Definition 1.8

The matrix adjoint to the square matrix is

where is the cofactor.

Theorem 1.9

Where is a square matrix, .

Proof

Equations () and ().

Example 1.10

If

then the adjoint is

and taking the product with gives the diagonal matrix .

Corollary 1.11

If then .

Example 1.12

The inverse of the matrix from Example 1.10 is .

The formulas from this section are often used for by-hand calculation and are sometimes useful with special types of matrices. However, they are not the best choice for computation with arbitrary matrices because they require more arithmetic than, for instance, the Gauss-Jordan method.

Exercises[edit | edit source]

This exercise is recommended for all readers.
Problem 1

Find the cofactor.

This exercise is recommended for all readers.
Problem 2

Find the determinant by expanding

  1. on the first row
  2. on the second row
  3. on the third column.
Problem 3

Find the adjoint of the matrix in Example 1.6.

This exercise is recommended for all readers.
Problem 4

Find the matrix adjoint to each.

This exercise is recommended for all readers.
Problem 5

Find the inverse of each matrix in the prior question with Theorem 1.9.

Problem 6

Find the matrix adjoint to this one.

This exercise is recommended for all readers.
Problem 7

Expand across the first row to derive the formula for the determinant of a matrix.

This exercise is recommended for all readers.
Problem 8

Expand across the first row to derive the formula for the determinant of a matrix.

This exercise is recommended for all readers.
Problem 9
  1. Give a formula for the adjoint of a matrix.
  2. Use it to derive the formula for the inverse.
This exercise is recommended for all readers.
Problem 10

Can we compute a determinant by expanding down the diagonal?

Problem 11

Give a formula for the adjoint of a diagonal matrix.

This exercise is recommended for all readers.
Problem 12

Prove that the transpose of the adjoint is the adjoint of the transpose.

Problem 13

Prove or disprove: .

Problem 14

A square matrix is upper triangular if each entry is zero in the part above the diagonal, that is, when .

  1. Must the adjoint of an upper triangular matrix be upper triangular? Lower triangular?
  2. Prove that the inverse of a upper triangular matrix is upper triangular, if an inverse exists.
Problem 15

This question requires material from the optional Determinants Exist subsection. Prove Theorem 1.5 by using the permutation expansion.

Problem 16

Prove that the determinant of a matrix equals the determinant of its transpose using Laplace's expansion and induction on the size of the matrix.

? Problem 17

Show that

where is the -th term of , the Fibonacci sequence, and the determinant is of order . (Walter & Tytun 1949)

Solutions

References[edit | edit source]

  • Walter, Dan (proposer); Tytun, Alex (solver) (1949), "Elementary problem 834", American Mathematical Monthly, American Mathematical Society, 56 (6): 409.
Linear Algebra
 ← Other Formulas for Determinants Laplace's Expansion Topic: Cramer's Rule →