GAUSS_SEIDEL is a MATLAB library which sets up the Gauss Seidel iteration for linear systems.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
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.
TEST_MAT, a MATLAB library which defines test matrices.
You can go up one level to the MATLAB source codes.