LU Factorization
LU Factorization
Prepared by
Maria Dindy DS Reyes
Elementary Matrix
An nxn matrix is called elementary matrix when it can be
obtained from the identity matrix In by a single
elementary row operation.
Example
E
A
Theorem 1
Let E be the elementary matrix obtained by performing
an elementary row operation on In. If the same
elementary row operation is performed on an m x n
matrix A, then the resulting matrix is given by the
product EA.
Example
Find a sequence of elementary matrices that can be used
to write the matrix A in row-echelon
form.
a.
b.
Answer:
a.
The three elementary matrices that can be obtained may be used to
perform the same elimination. Matrices A and B are row equivalent.
Row Equivalent
Let A and B be m x n matrices. Matrix B is row-equivalent
to A when there exists a finite number of elementary
matrices E1, E2,, Ek such that
Theorem 2
If E is an elementary matrix, then E-1 exists and is
an elementary matrix.
Example
1. Find the inverse of each of the following elementary
matrices.
LU-Factorization
If the n x n matrix A can be written as the product of a
lower triangular matrix L and an upper triangular matrix
U, then A = LU is an LU-factorization of A.
Finding an LU-Factorization of a
Matrix
operation.
that
It follows
or
Solve for
Example
Solve the linear system.
Solution:
Example
Solve the linear system using LU-Factorization
Homework
1. Given
and
b.
c.
a.
b.
Homework
4. Find a sequence of elementary matrices that can be used to write the matrix in REF.