OrthogonalSeries[Multiply] - multiply two series
|
Calling Sequence
|
|
Multiply(S1, S2)
|
|
Parameters
|
|
S1
|
-
|
finite orthogonal series
|
S2
|
-
|
orthogonal series
|
|
|
|
|
Description
|
|
•
|
The Multiply(S1, S2) function multiplies the series S2 by the finite series S1. The routine uses an adaptation of the Horner scheme.
|
•
|
The result is expanded in terms of the polynomials of S2.
|
•
|
This command is part of the OrthogonalSeries package, so it can be used in the form Multiply(..) only after executing the command with(OrthogonalSeries). However, it can always be accessed through the long form of the command by using OrthogonalSeries[Multiply](..).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
|
|
Download Help Document
Was this information helpful?