1. The document describes finding the PA=LU factorization with row pivoting for a given 3x3 matrix A.
2. The first step interchanges rows 2 and 3, then performs elimination steps to transform A into lower triangular form L and upper triangular form U.
3. The process results in the factorization P*A = L*U, where P is the permutation matrix, L is the lower triangular matrix, and U is the upper triangular matrix. This decomposition has been obtained for the given 3x3 matrix A.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
65 views1 page
LUExample2 PDF
1. The document describes finding the PA=LU factorization with row pivoting for a given 3x3 matrix A.
2. The first step interchanges rows 2 and 3, then performs elimination steps to transform A into lower triangular form L and upper triangular form U.
3. The process results in the factorization P*A = L*U, where P is the permutation matrix, L is the lower triangular matrix, and U is the upper triangular matrix. This decomposition has been obtained for the given 3x3 matrix A.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
R.
Mark Prosser CS 370
Example: PA = LU Factorization with Row Pivoting
Find the P A = LU factorization using row pivoting for the matrix 10 −7 0 A = −3 2 6 . 5 −1 5 The first permutation step is trivial (since the pivot element 10 is already the largest). The corresponding permutation matrix is the identity, and we need not write it down. The first elimination step is: row 2 ← row 2 − −3