SOR
The SOR Iteration for Linear Systems


SOR, a MATLAB library which implements a simple version of the successive over-relaxation method for the iterative solution of a system of linear equations.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

SOR is available in a C++ version and a MATLAB version.

Related Data and Programs:

CG_RC, a MATLAB library which implements the conjugate gradient method for solving a positive definite sparse linear system A*x=b, using reverse communication.

GAUSS_SEIDEL, a MATLAB library which implements the Gauss-Seidel iteration for linear systems.

JACOBI, a MATLAB library which implements the Jacobi iteration for solving symmetric positive definite systems of linear equations.

sor_test

TEST_MAT, a MATLAB library which defines test matrices.

Reference:

Source Code:


Last modified on 25 March 2019.