numapprox[chebdeg] - degree of a polynomial in Chebyshev form
|
Calling Sequence
|
|
chebdeg(p)
|
|
Parameters
|
|
p
|
-
|
expression assumed to be a Chebyshev series
|
|
|
|
|
Description
|
|
•
|
Given a polynomial p expressed as a Chebyshev series, determine the degree of the polynomial (i.e. the largest k such that appears as a basis polynomial).
|
•
|
All Chebyshev basis polynomials which appear must have the same second argument x (which can be any expression).
|
•
|
The command with(numapprox,chebdeg) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
>
|
|
| (5) |
>
|
|
| (6) |
|
|
Download Help Document
Was this information helpful?