sor_test
    
    
    
      sor_test,
      an Octave code which
      calls sor(), which
      implements a simple version of the successive over-relaxation (SOR) method
      for the iterative solution of a system of linear equations.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      sor,
      an Octave code which
      implements a simple version of the successive over-relaxation (SOR)
      method for the iteration solution of a linear system of equations.
    
    
      Source Code:
    
    
      
    
    
      
    
    
      
        - 
          sor_error.png 
          a PNG image of the square of the norm of the residual (Ax-b).
        
 
        - 
          sor_evolution.png 
          a PNG image of the evolution or trajectories of the solution values as the
          iteration proceeds.
        
 
        - 
          sor_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 25 March 2019.