GAUSS_SEIDEL_POISSON_1D
Gauss-Seidel Iteration for Steady 1D Poisson Equation


GAUSS_SEIDEL_POISSON_1D is 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.

Licensing:

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

Related Data and Programs:

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

JACOBI_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 Jacobi iteration.

Source Code:

Examples and Tests:

You can go up one level to the MATLAB source codes.


Last modified on 22 November 2011.