Description: Experiment Title: Hermite interpolation polynomial
Related knowledge: the number of n+1 nodes does not exceed 2n+1 Hermite interpolation polynomial is:
Among them, the Hermite interpolation basis function
Data structures: a three-dimensional array or a two-dimensional array
Algorithm design: (a little)
Write the code: (omitted)
Experimental use cases: a table of known function y = f (x) (where):
x 0.10 0.20 0.30 0.40 0.50
y 0.904837 .818731 .740818 0.670320 0.606531
m-0.904837-0.818731-0.740818-0.670320-0.606531
x 0.60 0.70 0.80 0.90 1.00
y .548812 .496585 .449329 .406570 0.367879
m-0.548812-0.496585-0.449329-0.406570-0.367879
Experimental Example: Hermite Interpolation Polynomial approximation of the interpolation function f (x) at point x = 0.55. Recommendation: draw the Hermite interpolation polynomial curve
To Search:
File list (Check if you may need any files):
sy3.java