| 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 |