Basic HTML version of Foils prepared 8 November 1995

Foil 42 Introduction to Gauss-Seidel Iterative Approach

From CPS615 Module on Iterative PDE Solvers CPS615 Basic Simulation Track for Computational Science -- Fall Semester 95. by Geoffrey C. Fox


1 Jacobi has a set x(k-1) and then replaces it bodily by x(k)
2 After we find x(k), we know all of x(k-1) and x1(k).
3 In Gauss Seidel use x1(k), x2(k-1) .... xn(k-1) to find x2(k).
4 In Jacobi, one uses x1(k-1), x2(k-1) .... xn(k-1) to find x2(k)
5 Gauss Seidel - general prescription - always use latest values of xj
6 There are many possible, Gauss Seidel's - one for each ordering of variables

in Table To:


© on Tue Oct 28 1997