Next: The SOR Method
Up: Iterative Methods
Previous: Iterative Refinement
In Jacobi's method we take N=D, the diagonal part of A and P=L+U,
where L and U are the strictly lower and upper parts of -Arespectively. The iteration is
provided D is nonsingular. The iteration matrix in this case is
MJ=D-1(L+U), and this is convergent if
for some
norm. The obvious ones to try are
and
.
or, for
which means that A is strictly diagonally dominant. The column sum
norm gives a similar result, viz.,
Note that these conditions are sufficient but not necessary; the method
may converge even if both of these norms are greater than one. In such a
case, we should eventually have recourse to the spectral radius of MJ.
For small systems, we can evaluate
from the characteristic
equation, which takes the distinctive form
, or displayed
The solution is computed using the component form
for
in any order.
The Gauss-Seidel method is derived from the component form of Jacobi's
method
simply by replacing the superscript of xj in the first member of the
right hand side by m+1. This corresponds to using the most up-to-date
values available, provided we proceed in the natural order,
. Thus the component form of Gauss-Seidel is
As in the Jacobi case, we analyse the convergence with the help of the
matrix representation. From the component form this becomes
 |
(4.5) |
giving
, which we can write as
provided that D-L is nonsingular, in which case the iteration matrix
is
MGS=(D-L)-1U. Taking row or column sum norms is not so easy
as in the Jacobi case, but we obtain a comparable result in the
following theorem.
Theorem 4.4.1
The Gauss-Seidel method converges to the solution of

if
(that is,
A is strictly diagonally dominant).
Proof. Assuming that if the method converges then
, we have for the component form and its limit
which yields after subtraction and setting
 |
(4.6) |
We now prove by induction on i, the component index, that
From (7.6),
, so
Assume that
for
. From (7.6)
Hence
,
since all the components of
are bounded by this, and
as
.The characteristic equation for Gauss-Seidel is
or in displayed form
We return to the case when A is positive definite, but now consider
complex A, for which the definition is slightly different.
Definition 4.4.2
An Hermitian matrix
A is positive definite if

for every

.
Theorem 4.4.3 (Keller)
Let
A be Hermitian positive definite and let
N be
any nonsingular matrix such that
N+
N*-
A is positive definite. Then the
iteration
is convergent.
Proof. Let the iteration matrix,
M=N-1(N-A), have an
eigenvalue
, with corresponding eigenvector
, then
Since A is positive definite,
. Hence
so
, and convergence is established.
Corollary 4.4.4
The Gauss-Seidel method converges to the solution of

if
A is Hermitian positive definite.
Proof. For the Gauss-Seidel method, N=D-L and N-A=U, so
since
. Now
since A is positive definite, so
and
and so N+N*-A is positive definite.
Next: The SOR Method
Up: Iterative Methods
Previous: Iterative Refinement
John Gilbert
1999-02-25