Introduction to Numerical Analysis I MATH/CMPSC 455 LU Factorization.

5
Introduction to Numerical Analysis I MATH/CMPSC 455 LU Factorization

Transcript of Introduction to Numerical Analysis I MATH/CMPSC 455 LU Factorization.

Page 1: Introduction to Numerical Analysis I MATH/CMPSC 455 LU Factorization.

Introduction to Numerical Analysis I

MATH/CMPSC 455

LU Factorization

Page 2: Introduction to Numerical Analysis I MATH/CMPSC 455 LU Factorization.

LU FACTORIZATION

LU-factorization is a matrix representation of Gaussian elimination

Page 3: Introduction to Numerical Analysis I MATH/CMPSC 455 LU Factorization.

Example:

Example:

Page 4: Introduction to Numerical Analysis I MATH/CMPSC 455 LU Factorization.

Proposition: Let denote the lower triangular matrix whose only nonzero entries are 1’s on the main diagonal and –c in (i,j) position. The it represents the row operation “subtracting c times row j from row i.”

Proposition:

Proposition:

Page 5: Introduction to Numerical Analysis I MATH/CMPSC 455 LU Factorization.

OPERATION COUNT

The LU factorization for a system of n equations in n variables can be completed by operations