powseries[subtract] - subtraction of two formal power series
|
Calling Sequence
|
|
subtract(a, b)
|
|
Parameters
|
|
a, b
|
-
|
formal power series
|
|
|
|
|
Description
|
|
•
|
The function subtract(a, b) returns the formal power series in which each coefficient is the corresponding coefficient of a minus the corresponding coefficient of b.
|
•
|
This function yields the same result as powadd(a, negative(b)), but is faster.
|
•
|
The command with(powseries,subtract) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?