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

Online Help

All Products    Maple    MapleSim


powseries

  

powsin

  

compute the formal power series equal to the sine of an expression

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

powsin(p)

Parameters

p

-

formal power series, polynomial, or any function that is acceptable for power series package

Description

• 

The function powsin(p) returns the formal power series that is equivalent to sinp.

• 

The powseries function evalpow accepts the form as any of powsin, Sin, or sin.

• 

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

Examples

withpowseries:

apowsinx2:

btpsforma,x,10

bx216x6+Ox10

(1)

cevalpowsinexpx:

dtpsformc,x,5

dsin1+cos1x+sin12+cos12x212sin1x3+5cos124sin14x4+Ox5

(2)

epowdiffpowsinx:

ftpsforme,x,6

f112x2+124x4+Ox6

(3)

See Also

powcos

powexp

powseries