gauss_seidel_poisson_1d


gauss_seidel_poisson_1d, an Octave code 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 MIT license

Languages:

gauss_seidel_poisson_1d is available in a MATLAB version and an Octave version.

Related Data and Programs:

gauss_seidel_poisson_1d_test

gauss_seidel, an Octave code which implements the Gauss-Seidel iteration for linear systems.

jacobi_poisson_1d, an Octave code 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:


Last modified on 30 September 2022.