vandermonde_interp_1d_test
    
    
    
      vandermonde_interp_1d_test,
      a MATLAB code which
      calls vandermonde_interp_1d(), which
      finds a polynomial interpolant to data by setting up and
      solving a linear system involving the Vandermonde matrix.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      vandermonde_interp_1d,
      a MATLAB code which
      finds a polynomial interpolant to data y(x) of a 1D argument, by
      setting up and solving a linear system for the polynomial coefficients,
      involving the vandermonde matrix.
    
    
      Source Code:
    
    
      
    
    
      
    
    
      The code generates some plots of the data and approximants.
      
        - 
          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 23 February 2019.