Jacobi and Gauss Seidel give a formula for x(k+1) in terms of x(k) call this x(k+1) |
Overrelaxation forms x(k+1) = w x(k+1) + (1-w)x(k) |
Typically only 0 < w < 2 is sensible w < 1 is relaxation 1 < w < 2 is over relaxation |
First consider relaxation for Jacobi x(k+1) = wx(k+1) + (1-w)x(k) |
There is an iteration matrix
|