ChebyshevSeries: To Polynomial

A command to transform the selected ChebyshevSeries object into a Polynomial object.

We find polynomial coefficients ck such that

Σk=1..numberOfCoefficients ck xk = Σk=1..numberOfCoefficients lk Tk(x)

We use the recurrence relation for Chebyshev polynomials to calculate these coefficients.


© djmw 19990620