Introduction - If you have any usage issues, please Google them yourself
Experiment I: cubic spline interpolation (P56, cases of 6) First, the experiment was: 1) cubic spline interpolation to master the use of 2) understanding of Lagrange interpolation in high-error second, experimental environment: Matlab6 .5 c, experimental elements: 1) a given function f (x) = 1/(1+ x2),-5 <= x <= 5, node xk =- 5+ k, (k = 0,1,2 ... 10), using cubic spline interpolation for S10 (x), S10 (-5) = f (-5), S10 (5) = f (5). 2) for the original function f (x), the Lagrange interpolation function Ln (x), cubic spline difference function Sn (x). Draw the three functions of images, compare the difference between them.