Gauss-Seidel method
We will study an iterative method for solving linear systems: the Gauss-Seidel method. The aim is to build a sequence of approximations that converges to the true solution.
Iterative method
The Gauss-Seidel method is an iterative method for solving linear systems such as
For this, we use a sequence
For
where
Algorithm
If
Error
Let
We put
Convergence
The algorithm converges if
Theorem:
Theorem: If A is strictly diagonally dominant,
Gauss-Seidel Method
We decompose
the diagonal the strictly lower triangular part of the strictly upper triangular part of .
In the Gauss-Seidel method we choose
We obtain
Stop criteria
For the stop criteria , we can use the residual vector, wich gives for a given precision
If you found this post or this website helpful and would like to support our work, please consider making a donation. Thank you!
Help Us