next up previous
Next: Mathematical (Matrix) Form Up: No Title Previous: Mapping of Function

Mathematical and Pseudo Code Form of Gauss Seidel Iteration Method

 Choose an initial guess  to the solution x.

for k = 1,2,

for i = 1,2,,n

for j=1,2,,i-1

end

for j=i+1,,n

end

end

check convergence; continue if necessary

end

Pseudo code for Gauss-Seidel Method


Geoffrey Fox, Northeast Parallel Architectures Center at Syracuse University, gcf@npac.syr.edu