Interpolation | Numerical Methods
jayemmcee.wordpress.com › interpolationInterpolation constructs a polynomial from the data points provided, which passes through all data points and attempts to describe the behavior in between data points (and beyond them). From two points we can construct a unique line, and from three points a unique parabola. In general, the polynomial constructed from N+1 points will have degree N.
Interpolation - Numerical Methods
https://jayemmcee.wordpress.com/interpolationInterpolation constructs a polynomial from the data points provided, which passes through all data points and attempts to describe the behavior in between data points (and beyond them). From two points we can construct a unique line, and from three points a unique parabola. In general, the polynomial constructed from N+1 points will have degree N.