newton_interp_1d_test
    
    
    
      newton_interp_1d_test,
      a C code which
      calls newton_interp_1d(), which
      finds a polynomial interpolant to data using Newton divided differences.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      newton_interp_1d,
      a C code which
      finds a polynomial interpolant to data using Newton divided differences.
    
    
      Source Code:
    
    
      
    
    
      The code generates some plots of the data and approximants.
      
        - 
          plot01.png,
          a plot of the polynomial interpolant for problem p01;
        
 
        - 
          plot02.png,
          a plot of the polynomial interpolant for problem p02;
        
 
        - 
          plot03.png,
          a plot of the polynomial interpolant for problem p03;
        
 
        - 
          plot04.png,
          a plot of the polynomial interpolant for problem p04;
        
 
        - 
          plot05.png,
          a plot of the polynomial interpolant for problem p05;
        
 
        - 
          plot06.png,
          a plot of the polynomial interpolant for problem p06;
        
 
        - 
          plot07.png,
          a plot of the polynomial interpolant for problem p07;
        
 
        - 
          plot08.png,
          a plot of the polynomial interpolant for problem p08;
        
 
      
    
-
    
    
      Last modified on 30 September 2022.