Clenshaw algorithm
From Wikipedia, the free encyclopedia
In the mathematical subfield of numerical analysis the Clenshaw algorithm is a recursive method to evaluate polynomials in Chebyshev form.
[edit] Polynomial in Chebyshev form
A polynomial of degree N in Chebyshev form is a polynomial p(x) of the form
where Tn is the nth Chebyshev polynomial.
[edit] Clenshaw algorithm
The Clenshaw algorithm can be used to evaluate a polynomial in the Chebyshev form. Given
we define
then
[edit] See also
- Horner scheme to evaluate polynomials in monomial form
- De Casteljau's algorithm to evaluate polynomials in Bézier form