quotient - Maple Help

Online Help

All Products    Maple    MapleSim


powseries

  

quotient

  

quotient of two formal power series

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

quotient(a, b)

Parameters

a, b

-

formal power series

Description

• 

The function quotient(a, b) returns the formal power series equal to a/b .

• 

This function yields the same result as multiplya,inverseb, but is faster.

• 

The command with(powseries,quotient) allows the use of the abbreviated form of this command.

Examples

withpowseries:

powcreatetn=tn1n,t0=1:

powcreatevn=vn15,v0=1:

squotientt,v:

tpsforms,x,4

1+45x+310x2+115x3+Ox4

(1)