jacobi_test
jacobi_test,
a MATLAB program which
calls jacobi() to set up the Jacobi iteration for linear systems.
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:
jacobi,
a matlab library which
implements the Jacobi iteration for solving symmetric positive definite
(SPD) systems of linear equations.
Source Code:
-
jacobi_test01.m,
tests JACOBI1 on the -1,2,-1 matrix;
-
jacobi_residual.png
a PNG image of the square of the norm of the residual (Ax-b).
-
jacobi_evolution.png
a PNG image of the evolution or trajectories of the solution values as the
iteration proceeds.
-
jacobi_motion.png
a PNG image of the "motion" of the solution values, which is the averaged distance
each entry moves during an iteration.
Last modified on 04 February 2019.