subtract - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

powseries

  

subtract

  

subtraction of two formal power series

 

Calling Sequence

Parameters

Description

Examples

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.

Examples

(1)

See Also

powseries

 


Download Help Document