convert/Chebyshev - convert special functions admitting 2F1 hypergeometric representation into Chebyshev functions
|
Calling Sequence
|
|
convert(expr, Chebyshev)
|
|
Parameters
|
|
expr
|
-
|
Maple expression, equation, or a set or list of them
|
|
|
|
|
Description
|
|
•
|
convert/Chebyshev converts, when possible, special functions admitting a 2F1 hypergeometric representation into Chebyshev functions (see ?ChebyshevT and ?ChebyshevU). The Chebyshev functions are
|
>
|
FunctionAdvisor( Chebyshev );
|
The 2 functions in the "Chebyshev" class are:
| |
| (1) |
|
|
Examples
|
|
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
When converting to a function class (e.g. Chebyshev) it is possible to request additional conversion rules to be performed. Compare for instance these two different outputs:
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
|
|
Download Help Document
Was this information helpful?