Quadratic spline and quadratic interpolation

1k Views Asked by At

I am trying to understand what is the difference between quadratic spline and quadratic interpolation. Thank you for any help and advice.

1

There are 1 best solutions below

2
On BEST ANSWER

Quadratic spline is a piecewise continuous curve where each segment is a quadratic polynomial. Quadratic interpolation means given a set of data points find a quadratic spline that goes thru all the points.