In the splitting A=N-P for the solution of
, let N=LU,
where L and U are the lower and upper triangular factors of Aalready found approximately by Gaussian elimination or some other
method. Then
P=N-A=LU-A and the iteration matrix is
M=N-1(N-A)=I-N-1A=I-(LU)-1A. If the factors are reasonably
accurate, the elements of this matrix will be small, so that, e.g.,
will be small, and we should get good
convergence. We take this slightly further by writing LU=A+E, giving
The method is implemented in the following way:
becomes
, which may be written as
Next: The Jacobi and Gauss-Seidel
Up: Iterative Methods
Previous: Analysis of Convergence
John Gilbert
1999-02-25