jacobi_test
    
    
    
      jacobi_test,
      an Octave code which
      calls jacobi(), which
      sets up the Jacobi iteration for linear systems.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      jacobi,
      an Octave library which
      implements the Jacobi iteration for solving symmetric positive definite 
      (SPD) systems of linear equations.
    
    
      Source Code:
    
    
      
    
    
      
    
    
      
        - 
          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 24 September 2022.