Iterative Method: Jacobi Gauss-Seidel
Iterative Method: Jacobi Gauss-Seidel
Solving systems of linear equations may be evaluated using solutions of linear systems. But
when the number of variable become large enough so that Gaussian Elimination becomes a
tiresome process, then it is better to use iterative methods. The method may also be applied
to matrices having large main diagonal entries.
The principle behind these iteration methods is that given an initial approximation to the
solution, an algorithm is formed and when computed simultaneously gives a better
approximation.
In this section we describe the elementary Jacobi and Gauss-Seidel iterative methods. These
are classic methods that date to the late eighteenth century, but they find current
application in problems where the matrix is large and has mostly zero entries in predictable
locations.
A condition must first be satisfied before the application of either method
The Jacobi Method
The Jacobi Method
Solution:
The Jacobi Method
(cont.)
Since the last columns are said to converge, you can conclude that the solutions is
Gauss-Seidel Method
The modification of the Jacobi Method is the Gauss-Seidel Method,
Gauss-Seidel Method
Example No.2:
Use the Gauss-Seidel iteration method to approximate the solution to the system of
equations given in Example 1.
Solution:
Gauss-Seidel Method