Lecture02 - Factorization Methods
Lecture02 - Factorization Methods
Lecture02 - Factorization Methods
Statistics
Lecture 2:
Factorization Methods
Objectives
Introduction
LU Decomposition
Computational complexity
The Matrix Inverse
Extending the Gaussian Elimination Process
In matrix form
3 0.1 0.2 x1 7.85
0.1
7 0.3 x2 19.3
0.3 0.2 10 x3 71.4
The LU decomposition is
1 0 0 3 0.1 0.2
A 0.0333333 1 0 0 7.00333 0.293333
0.100000 0.0271300 1 0 0 10.0120
1 0 0 d1 7.85
0.0333333 1 0 d 19.3
2
0.100000 0.0271300 1 d3 71.4
d1 7.85
d 2 19.3 0.0333333(7.85) 19.5617
d3 71.4 0.1(7.85) 0.02713(19.5617) 70.0843
Then, solve [U]{X}={D} to get {X} by back substitution.
3 0.1 0.2 x1 7.85
0 7.00333 0.293333 x 19.5617
2
0 0 10.0120 x3 70.0843
In matrix form
3 0.1 0.2
A 0.1 7 0.3
0.3 0.2 10
1 0 0 3 0.1 0.2
L 0.0333333 1 0 U 0 7.00333 0.293333
0.100000 0.0271300 1 0 0 10.0120
U
0 1 1 1
L
1 0
P
1 0 0.0003 1 0 2.9997
1 1 x1 1 0.33333
0 2.9997 x 1.9998 X
2 0 .66667