Numerical Solution of Linear Systems: Gauss Elimination Method LU Decomposition
Numerical Solution of Linear Systems: Gauss Elimination Method LU Decomposition
Direct Method
1. Gauss Elimination Method
2. LU Decomposition
Linear Systems
a11x1 a12 x2 a13 x3 b1
a21x1 a22 x2 a23 x3 b2
a31x1 a32 x2 a33 x3 b3
Do by yourself. . .
Direct Method
• Perform decomposition
a12
l11l21 a12 l21
l11
a13
l11l31 a13 l31
l11
l21 l22 a22 l22 a22 l21
2 2 2
a23 l21l31
l21l31 l22l32 a23 l32
l22
Cholesky Decomposition