Gauss-Seidel Method: Description
Gauss-Seidel Method: Description
Description
The Gauss–Seidel method is an iterative technique for solving a
square system of n linear equations with unknown x:
The Gauss–Seidel method now solves the left hand side of this
expression for x, using previous value for x on the right hand side.
Analytically, this may be written as:
Discussion
The computation of x(k+1) uses the elements of x(k+1) that have already
been computed, and only the elements of x(k) that have not been
computed in the k+1 iteration. This means that, unlike the Jacobi
method, only one storage vector is required as elements can be
overwritten as they are computed, which can be advantageous for
very large problems.
However, unlike the Jacobi method, the computations for each
element cannot be done in parallel. Furthermore, the values at each
iteration are dependent on the order of the original equations.
Convergence
A is symmetric positive-definite, or