1 / 9

Partial Pivoting and the PA=LU Factorization

Partial Pivoting and the PA=LU Factorization. Grayson Ishihara Math 480 April 15, 2013. What is Partial Pivoting? What is the PA=LU Factorization? What kinds of things can we use these tools for?. Topics at Hand. Used to solve matrix equations

barnesl
Download Presentation

Partial Pivoting and the PA=LU Factorization

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Partial Pivoting and the PA=LU Factorization Grayson Ishihara Math 480 April 15, 2013

  2. What is Partial Pivoting? • What is the PA=LU Factorization? • What kinds of things can we use these tools for? Topics at Hand

  3. Used to solve matrix equations • Compare absolute values of entries in and below pivot position • If |ap1|≥|ai1|, switch rows 1 and p • Repeat for each pivot position Partial Pivoting

  4. Writing a matrix A as the product of a lower triangular matrix L and an upper triangular matrix U LU Factorization

  5. LU Factorization

  6. Row reduce A into upper triangular U • Keep track of steps in lower triangular L LU Factorization

  7. Not all matrices allow such a factorization… ac Ab LU Factorization aa ad b = 0, ab = 1 ?

  8. Apply permutation matrix P to A • Find LU Factorization of the resulting matrix • Ensures all matrices have LU Factorization PA=LU Factorization

  9. Solving systems of equations: • Matrix form Ax=b • Multiply both sides by P: PAx=PbLUx=Pb • Two-step solution: Ly=Pb, Ux=y • Easy: back substitution Why Is It Useful?

More Related