www.Usenet.com
Group Index
Sci Thread Archive from Usenet.com
<--
__Chronological__
-->
<--
__Thread__
-->
Convert coefficients from interpolated newton-polynomial to c0 +c1*x + c2*x^2 + ... form
__From__: c.j[DOT]w
__Subject__: Convert coefficients from interpolated newton-polynomial to c0 +c1*x + c2*x^2 + ... form
__Date__: Tue, 02 Dec 2003 05:38:28 -0600
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) + ...
Now I want to comvert this polynomial to a polynomial of the form
p = d0 + d1*x + d2*x^2 + d3*x^3 + ...
What formula or algoritm can I use to convert the c0, c1... to d0, d1..., to get the same polynominal?
Thanks in advance, Carl
Convert coefficients from interpolated newton-polynomial to c0 +c1*x + c2*x^2 + ... form
,
c.j[DOT]w
Re: Convert coefficients from interpolated newton-polynomial to c0 +c1*x + c2*x^2 + ... form
,
c.j[DOT]w
Re: Convert coefficients from interpolated newton-polynomial to c0 +c1*x + c2*x^2 + ... form
,
Jan C. Hoffmann
Re: Convert coefficients from interpolated newton-polynomial to c0 +c1*x + c2*x^2 + ... form
,
c.j[dot]w
Re: Convert coefficients from interpolated newton-polynomial to c0 +c1*x + c2*x^2 + ... form
,
Roy Stogner
Re: Convert coefficients from interpolated newton-polynomial to c0 +c1*x + c2*x^2 + ... form
,
Wolfgang Kouker
Re: Convert coefficients from interpolated newton-polynomial to c0 +c1*x + c2*x^2 + ... form
,
Fred Krogh
<--
__Chronological__
-->
<--
__Thread__
-->