Next:
About this document ...
Up:
Iterative Methods
Previous:
Jacobi Method
Gauss-Seidel Iteration
Even though we have
available, we do not use it to compute
.
In nearly all cases the new values are better than the old and ought to be used instead.
When this done, the procedure known as
Gauss-Seidel
iteration.
We proceed to improve each
-value in turn, using always the most recent approximations of the other variables.
Table 3:
Successive estimates of solution (Gauss-Seidel method)
First
Second
Third
Fourth
Fifth
Sixth
0
1.833
2.069
1.998
1.999
2.000
0
1.238
1.002
0.995
1.000
1.000
0
1.062
1.015
0.998
1.000
1.000
These values were computed by using this iterative scheme:
beginning with
The rate of convergence is more rapid than for the Jacobi method (see Table
3
).
Next:
About this document ...
Up:
Iterative Methods
Previous:
Jacobi Method
Cem Ozdogan 2010-11-17