NS 7 Polynomial Interpolation Upload
NS 7 Polynomial Interpolation Upload
-30 -30
-40 -40
Steps:
b2
b3
-0.47593
10
0
0 2 4 6 8 10 12
10
20
30
40
(x-x0) (x-x1) (x-x2) (x-x3)
i xi f(xi) (xi-x0) (xi-x1) (xi-x2) (xi-x3) j=0
? 5.5 29.84375
j=1 j=2 j=3 Π Li(x) Li(x) f(xi) Li(x) f(xi)
Σ= 29.84375 29.84375
(x-x.1)/(x.0-x.1)*(x-x.2)/(x.0-x.2)*(x-x.3)/(x.0-x.3)*f.0
(x-x.0)/(x.1-x.0)*(x-x.2)/(x.1-x.2)*(x-x.3)/(x.1-x.3)*f.1
(x-x.0)/(x.2-x.0)*(x-x.1)/(x.2-x.1)*(x-x.3)/(x.2-x.3)*f.2
(x-x.0)/(x.3-x.0)*(x-x.1)/(x.3-x.1)*(x-x.2)/(x.3-x.2)*f.3