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

Online Help

powseries

  

compose

  

composition of formal power series

 

Calling Sequence

Parameters

Description

Examples

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.

Examples

(1)

See Also

powseries

 


Download Help Document