Introduction - If you have any usage issues, please Google them yourself
Experiment Title: Newton interpolation polynomial
Knowledge: no more than the number of nodes n 1 n, the Newton interpolation polynomial:
Data structures: a two-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) (the previous test)
The test requirements: Newton Interpolation Polynomial interpolation function f (x) at point x = 65 at the approximate value. Recommendation: to draw the Newton interpolation polynomial curve.