jacobi_poisson_1d


jacobi_poisson_1d, a MATLAB code which demonstrates how the linear system for a discretized version of the steady 1D Poisson equation can be solved by the Jacobi iteration.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

jacobi_poisson_1d is available in a MATLAB version and an Octave version and a Python version.

Related Data and Programs:

jacobi_poisson_1d_test

gauss_seidel_poisson_1d, a MATLAB 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.

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

Source Code:


Last modified on 05 February 2019.