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

Online Help

All Products    Maple    MapleSim


powseries

  

powcos

  

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

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

powcos(p)

Parameters

p

-

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

Description

• 

The function powcos(p) returns the formal power series that is equivalent to cos(p).

• 

The powseries function evalpow accepts the form in either powcos, Cos, or cos.

• 

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

Examples

withpowseries:

apowcosx+1:

btpsforma,x,5

bcos1sin1x12cos1x2+16sin1x3+124cos1x4+Ox5

(1)

cevalpowCoslog1+x:

dtpsformc,x,5

d112x2+12x3512x4+Ox5

(2)

epowdiffpowcosx:

ftpsforme,x,6

fx+16x31120x5+Ox6

(3)

gevalpowtanx2:

htpsformg,x,10

hx2+13x6+Ox10

(4)

See Also

powexp

powseries

powsin