JACOBI_POISSON_1D
Jacobi Iteration for Steady 1D Poisson Equation


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.

Licensing:

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

Languages:

JACOBI_POISSON_1D is available in a MATLAB version.

Related Data and Programs:

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 solving symmetric positive definite systems of linear equations.

jacobi_poisson_1d_test

Source Code:


Last modified on 05 February 2019.