Interpolation - Newton's Divided Difference Interpolation
If a polynomial of degree n has more than n zeros, then the polynomial is
The polynomial that passes through the following x-y data
is given by
8.125x2-324.75x+3237, 18 <x<24
f2(x) = b0 + b1(x-18) + b2(x-18)(x-22)
The value of b2 is
x | 18 | 22 | 24 |
y | ? | 25 | 123 |
is given by
8.125x2-324.75x+3237, 18 <x<24
f2(x) = b0 + b1(x-18) + b2(x-18)(x-22)
The value of b2 is