Iterative Methods For Solution of Systems of Linear Equations
Iterative Methods For Solution of Systems of Linear Equations
UNIVERSIDAD INDUSTRIAL DE
SANTANDER
Iterative methods offer an alternative to the
Iterative Methods for disposal methods described in the previous
Solution of Systems of submission (Direct Methods for Solving Linear
Equations Systems) to approximate the solution.
Linear Equations
1. Special Matrices:
Banded matrix:
Gauss-Seidel method
Tridiagonal Matrix:
r 3=0.8−(−0.645 ) 20.8=14.221
r 3=0.8 — (−0.717)14.221=210.996
[ 40.800−(−93.778)] Where:
T 1= =65.970
2.040
2. Jacobi method:
Dx+ Rx=b
Dx=b−Rx
0 −0.5 1 5.5
x1=[−0.714
( )
0 ][ ] [ ]
+
1 1.857
x =[ 5.0 ]
( 1)
1
D−1= 2
0[ ] 0
1
7
, L= 0 0 ∧U= 0 1
[ ]
5 0 0 0 [ ]
1.143
1 4.929
[ ]{[
0 =[
−1.713 ]
(2)
x
T= 2 0 0+ 0 1
0
1 ] [ ]}
5 0 0 0
7
0 −0.5
T= [−0.714 0 ] This process is repeated until convergence (i.e.,
until ||A x (n )−b||is small). The solution after 25
And C=D−1 b as: iterations is
1
C= 2
0 [ ] 0
11 = 5.5
1 13
7
[ ][ ]
1.857
x= 7.111
−3.222 [ ]
b1−a12 x 2−a13 x3
3. Gauss-Seidel method x 1=
a 11
b2−a21 x 1−a23 x 3
x 2=
a22
b3−a3 1 x 1−a 32 x 2
x 3=
a33
71.4−0.3 x 1 +0.2 x 2
x 3=
10 7.85+ 0.1 ( ¿−2.794524 )+ 0.2 ( 7.005610 )
x 1=
3
x 1=2.990557 ε a ,3=0.076 %
x 2=−2.499625
4. Gauss-Seidel method with relaxation:
71.4−0.3 (2.990557 )+ 0.2 (−2.499625 )
x 3=
10