
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
Hello,
I have interpolated x1..xi, y1..yi with a newton-polynomial, which gives me
p = c0 + c1(x-x1) + c2(x-x1)(x-x2) + ... (1)
Now I want to comvert this polynomial to a polynomial of the form
p = d0 + d1*x + d2*x^2 + d3*x^3 + ... (2)
| <-- __Chronological__ --> | <-- __Thread__ --> |