Calculating Determinants Recursive Formula: Cofactor Expansion - - PowerPoint PPT Presentation

calculating determinants recursive formula cofactor
SMART_READER_LITE
LIVE PREVIEW

Calculating Determinants Recursive Formula: Cofactor Expansion - - PowerPoint PPT Presentation

Calculating Determinants Recursive Formula: Cofactor Expansion Assume A is n n matrix. Let A ij de- Fact. note the matrix formed by removing row i and column j . Then expansion across the first row of A gives the formula det A = a 11 det A 11


slide-1
SLIDE 1

Calculating Determinants

slide-2
SLIDE 2

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

slide-3
SLIDE 3

Example Cofactor Expansion

The matrix    3 6 0 2 7 −1 0 4 −8    has determinant 3

  • 7 −1

4 −8

  • − 6
  • 2 −1

0 −8

  • + 0
  • 2 7

0 4

  • = 3 × (−52) − 6 × (−16) + 0

= −60.

detTWO: 3

slide-4
SLIDE 4

Elementary Row Operations and Determinants

Fact. ≻ Adding a multiple of a row to another row does not change det ≻ Interchanging two rows flips the sign of det ≻ Multiplying a row by a scalar does the same to det

detTWO: 4

slide-5
SLIDE 5

Calculating Determinants by Reduction

ALGOR If

  • ne
  • btains

pivots in every row/column when reducing A to echelon form, without using an interchange, then the deter- minant of A is the product of the pivots.

detTWO: 5

slide-6
SLIDE 6

Example Calculation

The matrix    3 6 0 2 7 −1 0 4 −8    reduces to    3 6 0 3 −1 0 0 −20/3    without interchanges. Thus the determinant is 3 × 3 × (−20/3) = −60.

detTWO: 6

slide-7
SLIDE 7

More Properties

Fact. det(AT) = det A det(AB) = (det A)(det B)

detTWO: 7

slide-8
SLIDE 8

Determinants as Volume

The volume/area of a box whose sides are vec- tors is given by the absolute value of the associ- ated determinant. For example, area of parallelogram determined by vectors (x1, y1) and (x2, y2) is |x1y2 − x2y1|. Fact. In R2, if one applies a matrix transform M to some shape, then the area of the shape changes by a factor of det M.

detTWO: 8

slide-9
SLIDE 9

Summary

A determinant can be calculated by cofactor ex- pansion. Expansion across the first row says the determinant is the sum of the entry times the determinant of the matrix that remains when that row and column is deleted, with signs al- ternating. Adding a multiple of a row to another row does not change det, interchanging two rows flips the sign of det, and multiplying a row by a scalar does the same to det.

detTWO: 9

slide-10
SLIDE 10

Summary (cont)

If one obtains pivots in every row/column when reducing to echelon form, without using an in- terchange, then the determinant is the product

  • f the pivots.

The determinant of the transpose is the same as that of the original. The determinant of the product is the product of the determinants. If

  • ne applies a matrix transform M to some shape,

then the area of the shape changes by a factor

  • f det M.

detTWO: 10