GAUSS_SEIDEL
The Gauss Seidel Iteration for Linear Systems


GAUSS_SEIDEL, a MATLAB library which sets up the Gauss Seidel iteration for linear systems.

Licensing:

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

Languages:

GAUSS_SEIDEL is available in 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_test

GAUSS_SEIDEL_POISSON_1D, a MATLAB program which demonstrates how the linear system for a discretized version of the steady 1D Poisson equation can be solved by the Gauss-Seidel iteration.

JACOBI, a MATLAB library which implements the Jacobi iteration for linear systems.

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

TEST_MAT, a MATLAB library which defines test matrices.

Reference:

Source Code:


Last modified on 23 January 2019.