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

Online Help

All Products    Maple    MapleSim


powseries

  

evalpow

  

general evaluator for expressions, which can be formal power series, polynomials, or functions

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

evalpow(expr)

Parameters

expr

-

any arithmetic expression involving formal power series, polynomials, or functions that is acceptable for power series package

Description

• 

The function evalpow(expr) evaluates the arithmetic expression expr and then returns an unnamed power series.

• 

The following operators can be used: +, , , /, and ^.

• 

Also, functions may be composed with each other. For example, fg can be used.

• 

The other functions that can be used in evalpow are:

powexp

powinv

powlog

powneg

powrev (reversion)

powdiff (first derivative)

powint (first integral)

powquo (quotient)

powsub (subtract)

powsin

powcos

powtan

powsec

powcsc

powcot

powsinh

powcosh

powtanh

powsech

powcsch

powcoth

powsqrt(square root)

powadd

multiply

• 

Note that the evalpow also accepts the standard forms, or the inner MAPLE forms for some of the above functions. For example, exp, or Exp for powexp, Diff for powdiff, but NOT diff.

• 

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

Examples

withpowseries:

powcreatefn=fn1n,f0=1:

powcreategn=gn12,g0=0,g1=1:

powcreatehn=hn15,h0=1:

kevalpowf3+gpowquoh,f:

tpsformk,x,5

245x+23350x2+72731500x3+5217115000x4+Ox5

(1)

bevalpowDiffpowlog1+x:

ctpsformb,x,6

c1x+x2x3+x4x5+Ox6

(2)

eevalpowTan1+x:

ftpsforme,x,3

fsin1cos1+cos1+sin12cos1cos1x+sin1cos1+sin12cos1cos12x2+Ox3

(3)

gtpsformevalpowsinhx,x,8

gx+16x3+1120x5+15040x7+Ox8

(4)

hevalpowpowaddpowexpx,powpoly1+x,x,powlog1+x:

mtpsformh,x,8

m2+3x+12x3524x4+524x5119720x6+103720x7+Ox8

(5)

See Also

powseries

powseries[inverse]

powseries[powadd]

powseries[powcreate]

powseries[powexp]

powseries[powsin]

powseries[reversion]