powseries[compose] - composition of formal power series
|
Calling Sequence
|
|
compose(a, b)
|
|
Parameters
|
|
a, b
|
-
|
formal power series
|
|
|
|
|
Description
|
|
•
|
The function compose(a, b) computes and returns the formal power series , the composition of a and b. This power series is: .
|
•
|
Note that must be 0 to ensure that the composition is well defined. Otherwise, compose returns an error message.
|
•
|
The command with(powseries,compose) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?