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

Online Help

All Products    Maple    MapleSim


MultivariatePowerSeries

  

PuiseuxSeries

  

create a Puiseux series

 

Calling Sequence

Parameters

Description

Examples

References

Compatibility

Calling Sequence

PuiseuxSeries(g, X, U, R, e)

PuiseuxSeries(g, mp, e)

Parameters

g

-

polynomial, rational function, or power series generated by this package

X

-

(optional) list of ordered variables for the Puiseux series

U

-

(optional) list of ordered variables for the power series

R

-

(optional) list of grevlex positive rational rays

e

-

(optional) list of equations representing the exponents of a monomial multiplying the Puiseux series

mp

-

list of equations representing the change of variables to be applied to g

Description

• 

The PuiseuxSeries command is used to create an object representing a Puiseux series.

• 

A Puiseux series is a power series in rational powers of the variables. More precisely:

– 

Let Xx1,,xp and Uu1,,um be ordered lists of variables.

– 

Let Rr1,,rm be a list of m grevlex-positive p-dimensional rational vectors.

– 

Let ee1,,ep be a point in p.

– 

Let gUn=0gnU be a multivariate power series in U with homogeneous components gnU.

  

For any v=v1,,vq in q and any list Y=y1,,yq, we write Yv for y1v1yqvq. Moreover, we write XR for the list Xr1,,Xrm of m products of powers of the variables in X. Then PXegXR is a Puiseux series, and every Puiseux series can be written in this way. This can be understood as evaluating gU at ui=Xri and then multiplying the result by Xe.

• 

We call g the internal power series of the Puiseux series P; X the variable order of P; U the variable order of g; and R the rays of P. The rays generate the cone containing the support of P, meaning the set of exponent vectors of X that occur in P with a nonzero coefficient, as in the paper by Monforte and Kauers (see References). The vertex of this cone is e.

• 

The calling sequence PuiseuxSeries(g, X, U, R, E) creates an object representing P, where:

– 

g is a polynomial in X, or a formal multivariate power series in CX,

– 

R is a list of grevlex positive p-dimensional rays contained in p,

– 

E is a list of the form x1=e1,,xp=ep with e=e1,,ep in p.

• 

The calling sequence PuiseuxSeries(g, mp, e) creates an object representing a Puiseux series obtained by substituting the equations in mp into g. The list mp must have one equation for each of the variables in g.

• 

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:

Create a Puiseux series, determine its inverse, multiply them and find its truncation to homogeneous degree 15.

pPowerSeries1+uv;Xx,y;Uu,v;R1,0,1,12;Ex=5,y=3

pPowⅇrSⅇrⅈⅇs: 1+uv

Xx,y

Uu,v

R1,0,1,12

Ex=−5,y=3

(1)

aPuiseuxSeriesp,X,U,R,E

aPuⅈsⅇuxSⅇrⅈⅇs of x2y+1y3x5 : y3x5+y52x3

(2)

bInversea

bPuⅈsⅇuxSⅇrⅈⅇs of x5x2y+1y3 : x5y3+

(3)

cab

cPuⅈsⅇuxSⅇrⅈⅇs: 1

(4)

Truncatec,15

1

(5)

Note that truncating a Puiseux series truncates its inner power series: the terms are homogeneous in the variables u,v of the inner power series, but not necessarily in the variables x,y of the Puiseux series itself.

We can also compute the inverse b by specifying the rational function that is the inverse of the polynomial p and the appropriate E.

mpu=xy0,v=xy12;Ex=5,y=3

mpu=x,v=xy

Ex=5,y=−3

(6)

bPuiseuxSeries11+uv,mp,E

bPuⅈsⅇuxSⅇrⅈⅇs of x5x2y+1y3 : x5y3+

(7)

cab

cPuⅈsⅇuxSⅇrⅈⅇs: 1

(8)

Truncatec,15

1

(9)

Create a Puiseux series with the expression ⅇx as internal power series.

gPowerSeriesdu+vdd!,analytic=expu+v

gPowⅇrSⅇrⅈⅇs of ⅇu+v : 1+

(10)

mpu=x14,v=x35y25

mpu=x14,v=x35y25

(11)

bPuiseuxSeriesg,mp

bPuⅈsⅇuxSⅇrⅈⅇs of ⅇx14+x35y25 : 1+

(12)

Truncateb,5

1+x14+x35y25+x2+x1720y25+x652y45+x346+x11102y25+x29202y45+x956y65+x24+x27206y25+x17104y45+x41206y65+x12524y85+x54120+x8524y25+x392012y45+x231012y65+x532024y85+x3120y2

(13)

If any of the vectors in R or any of the exponent vectors in mp are not grevlex greater than zero, an error is signaled.

R1,0,1,1

R1,0,−1,1

(14)

PuiseuxSeriesp,X,U,R,E

Error, (in MultivariatePowerSeries:-PuiseuxSeries) all the rays in [[1, 0], [-1, 1]] must be grevlex([x, y]) positive

mpu=x14,v=x5y5

mpu=x14,v=1x5y5

(15)

PuiseuxSeriesg,mp

Error, (in MultivariatePowerSeries:-PuiseuxSeries) all the rays in [[1/4, 0], [-5, -5]] must be grevlex([x, y]) positive

References

  

Monforte, A.A., & Kauers, M. "Formal Laurent series in several variables." Expositiones Mathematicae. Vol. 31 No. 4 (2013): 350-367.

Compatibility

• 

The MultivariatePowerSeries[PuiseuxSeries] command was introduced in Maple 2023.

• 

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

See Also

Inverse

MultivariatePowerSeries

Truncate