Over-relaxation methods (SOR)
How a relaxation parameter ω speeds up the classical methods: relaxed Jacobi (JSOR) and SOR, which generalizes Gauss-Seidel (ω=1).
Relaxing with a parameter ω
Over-relaxation methods introduce a parameter that weights between the old and new value. Relaxed Jacobi (JSOR) mixes the Jacobi iteration with the previous point:
The SOR method applies the same idea over Gauss-Seidel. With x̄^{(k+1)} the Gauss-Seidel iterate, the vector form is a weighted average: