Section06 Elimination = Factorization:

  • Each elimination step is inverted by . Off the main diagonal change to

  • The whole forward elimination process () is inverted by

  • The Matrix is lower triangular

Defination

  • Come from elimination
    • is the elimination result of
    • is the inverted matrix of

Explanation and Example

  1. Every inverse matrix is lower triangular. Its off-diagonal entry is which undo the subtraction produced by
  2. The lower triangular product of invetse is
  3. Each multiplier goes directly into the position -- Unchanged -- in the product of inverses which is
  4. Zeros
    • When a row of starts with zeros, so does that row of
    • When a column of starts with zeros, so does that column of
    • if a row starts with zero, we don't need an elimination step. has a zero. If a column stats with zero, It doesn't need to elimination.
    • Zeros in the middle of matrix are likely to be filled.

Why?

  • is unsymmetric, because has pivots on its diagonal where has 1s.

  • be used to split the matrix into

Why

One Square System = Two Triangular Systems

分解为 两个方程组.

Solve Steps

  1. Factor (into and , by elimination on the left side matrix )
  2. Solve (forward elimination on using , then back subsitution for using )

The Cost of Elmination

nonzero matrix

  1. Elimination on a n-dimension matrix requires about multiplications and subsitutions.
  2. Right side needs multiplications and subsitutions.

band matrix

  • has only nonzero diagonals below and above the main diagonal.
  • :
  • : .

Properties from Exercise

  1. When zero appears in a pivot position. is impossible!, because is impossible.
  2. When matrix is symmetric,
  3. submatrices of matrix

results matching ""

    No results matching ""