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

Online Help

All Products    Maple    MapleSim


MultivariatePowerSeries

  

Exponentiate

  

exponentiate a power series or a Puiseux series or a univariate polynomial over power series or over Puiseux series

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

p^e

s^e

u^n

Exponentiate(p, e)

Exponentiate(s, e)

Exponentiate(u, n)

Parameters

p

-

power series generated by this package

s

-

Puiseux series generated by this package

e

-

integer

u

-

univariate polynomial over power series or over Puiseux series generated by this package

n

-

integer

Description

• 

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

• 

The commands s^e and Exponentiate(s,e) exponentiate the Puiseux series s 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 Puiseux series and unit power series can generally be raised to any integer power, whereas non-unit power series and univariate polynomials over power series or over Puiseux series can only be raised to non-negative integer powers.

• 

When using the MultivariatePowerSeries package, do not assign anything to the variables occurring in the power series, Puiseux series, and univariate polynomials over these 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)

Now we define a Puiseux series s and compute s3.

sPuiseuxSeriesx+y1+x+y,x=xy12,y=xy1

sPuⅈsⅇuxSⅇrⅈⅇs of xy+xy1+xy+xy : 0+

(10)

Exponentiates,3

PuⅈsⅇuxSⅇrⅈⅇs of xy+xy31+xy+xy3 : 0+

(11)

Finally, we create a univariate polynomial over power series from a list of Puiseux series.

hUnivariatePolynomialOverPuiseuxSeriesPuiseuxSeries1,PuiseuxSeries0,PuiseuxSeriesx,x=x13,PuiseuxSeriesy,y=y12,PuiseuxSeriesx+y1+x+y,x=xy12,y=xy1,z

hUnⅈvarⅈatⅇPolynomⅈalOvⅇrPuⅈsⅇuxSⅇrⅈⅇs: 1+0z+x13z2+yz3+0+z4

(12)

We compute h2.

Exponentiateh,2

UnⅈvarⅈatⅇPolynomⅈalOvⅇrPuⅈsⅇuxSⅇrⅈⅇs: 1+0z+0+z2+0+z3+0+z4+0+z5+0+z6+0+z7+0+z8

(13)

Compatibility

• 

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

• 

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

• 

The MultivariatePowerSeries[Exponentiate] command was updated in Maple 2023.

• 

The  and  options were introduced in Maple 2023.

• 

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

See Also

ApproximatelyEqual

GeometricSeries

Multiply

PuiseuxSeries

UnivariatePolynomialOverPowerSeries