chebyshev_interp_1d_test
    
    
    
      chebyshev_interp_1d_test,
      an Octave code which
      calls chebyshev_interp_1d(), which
      determines the combination of Chebyshev polynomials which 
      interpolates a set of data, so that p(x(i)) = y(i).
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      chebyshev_interp_1d,
      an Octave code which
      determines the combination of Chebyshev polynomials that 
      interpolates a set of data, so that p(x(i)) = y(i).
    
    
      Source Code:
    
    
      
    
    
      
    
    
      The program plots a piecewise linear interpolant to
      the original data, and the Chebyshev interpolant.
      
        - 
          p01_data.png,
          a plot of the data and piecewise linear interpolant for problem p01;
        
- 
          p01_poly.png,
          a plot of the polynomial interpolant for problem p01;
        
- 
          p02_data.png,
          a plot of the data and piecewise linear interpolant for problem p02;
        
- 
          p02_poly.png,
          a plot of the polynomial interpolant for problem p02;
        
- 
          p03_data.png,
          a plot of the data and piecewise linear interpolant for problem p03;
        
- 
          p03_poly.png,
          a plot of the polynomial interpolant for problem p03;
        
- 
          p04_data.png,
          a plot of the data and piecewise linear interpolant for problem p04;
        
- 
          p04_poly.png,
          a plot of the polynomial interpolant for problem p04;
        
- 
          p05_data.png,
          a plot of the data and piecewise linear interpolant for problem p05;
        
- 
          p05_poly.png,
          a plot of the polynomial interpolant for problem p05;
        
- 
          p06_data.png,
          a plot of the data and piecewise linear interpolant for problem p06;
        
- 
          p06_poly.png,
          a plot of the polynomial interpolant for problem p06;
        
- 
          p07_data.png,
          a plot of the data and piecewise linear interpolant for problem p07;
        
- 
          p07_poly.png,
          a plot of the polynomial interpolant for problem p07;
        
- 
          p08_data.png,
          a plot of the data and piecewise linear interpolant for problem p08;
        
- 
          p08_poly.png,
          a plot of the polynomial interpolant for problem p08;
        
    
      Last modified on 01 June 2023.