MultivariatePowerSeries/Exponentiate - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : MultivariatePowerSeries/Exponentiate

MultivariatePowerSeries

  

Exponentiate

  

Exponentiate a power series or a univariate polynomial over power series

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

p^e

u^n

Exponentiate(p, e)

Exponentiate(u, n)

Parameters

p

-

power series generated by this package

e

-

integer

u

-

univariate polynomial over power series generated by this package

n

-

nonnegative integer

Description

• 

The commands p^e and Exponentiate(p,e) exponentiate the power series p by raising it to the power e.

• 

The commands u^n and Exponentiate(u,n) exponentiate the univariate polynomial over power series u by raising it to the power n.

• 

Note that power series can be raised to any integer power, whereas univariate polynomials over power series can only be raised to nonnegative integer powers.

• 

When using the MultivariatePowerSeries package, do not assign anything to the variables occurring in the power series and univariate polynomials over power series. If you do, you may see invalid results.

Examples

withMultivariatePowerSeries:

We define a power series, a.

aGeometricSeriesx,y:

We can define a4 in three different ways: using multiplication, using the exponentiation operator, or using the Exponentiate command.

bMultiplya,a,a,a:

ca4

cPowⅇrSⅇrⅈⅇs of 11xy4 : 1+4x+4y+

(1)

dExponentiatea,4

dPowⅇrSⅇrⅈⅇs of 11xy4 : 1+4x+4y+

(2)

We verify that the homogeneous components of b, c, and d of degree at most 10 are the same.

ApproximatelyEqualb,c,10

true

(3)

ApproximatelyEqualb,d,10

true

(4)

We define a univariate polynomial over power series, f.

fUnivariatePolynomialOverPowerSeriesz1z2z3+xz2+z,z:

Again, we can define f3 in three different ways. We verify that they give the same result (at least for degrees at most 10).

gfff

gUnⅈvarⅈatⅇPolynomⅈalOvⅇrPowⅇrSⅇrⅈⅇs: −216+1188+z+−2826+z2+3815+z3+−3222+z4+1767+z5+−630+z6+141+z7+−18+z8+1z9

(5)

hExponentiatef,3

hUnⅈvarⅈatⅇPolynomⅈalOvⅇrPowⅇrSⅇrⅈⅇs: −216+1188+z+−2826+z2+3815+z3+−3222+z4+1767+z5+−630+z6+141+z7+−18+z8+1z9

(6)

kf3

kUnⅈvarⅈatⅇPolynomⅈalOvⅇrPowⅇrSⅇrⅈⅇs: −216+1188+z+−2826+z2+3815+z3+−3222+z4+1767+z5+−630+z6+141+z7+−18+z8+1z9

(7)

ApproximatelyEqualg,h,10

true

(8)

ApproximatelyEqualg,k,10

true

(9)

Compatibility

• 

The MultivariatePowerSeries[Exponentiate] command was introduced in Maple 2021.

• 

For more information on Maple 2021 changes, see Updates in Maple 2021.

See Also

ApproximatelyEqual

GeometricSeries

Multiply

UnivariatePolynomialOverPowerSeries