numapprox[chebmult] - multiply two Chebyshev series
|
Calling Sequence
|
|
chebmult(p, q)
|
|
Parameters
|
|
p, q
|
-
|
two expressions assumed to be Chebyshev series
|
|
|
|
|
Description
|
|
•
|
Given polynomials p and q expressed in a Chebyshev basis, form the product expressed in a Chebyshev basis.
|
•
|
All Chebyshev basis polynomials which appear must have the same second argument x (which can be any expression).
|
•
|
If no factor appears in p or in q then the ordinary product is returned.
|
•
|
The command with(numapprox,chebmult) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
>
|
|
| (8) |
>
|
|
>
|
|
| (9) |
>
|
|
| (10) |
|
|
Download Help Document
Was this information helpful?