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

Online Help

All Products    Maple    MapleSim


MultivariatePowerSeries

  

Degree

  

degree of a univariate polynomial over power series or over Puiseux series

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Degree(u)

Parameters

u

-

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

Description

• 

Degree(u) returns the syntactic degree of the univariate polynomial over power series  or over Puiseux series u with respect to its main variable. That is, it does not test whether the highest degree coefficient is nonzero (because this cannot be done in general); it just returns the highest degree coefficient of the main variable that is specified.

• 

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:

This univariate polynomial over power series is quadratic in its main variable, z.

fUnivariatePolynomialOverPowerSeries1+x3y+xyz+1+yz2,z:

Degreef

2

(1)

This univariate polynomial over power series is syntactically cubic in its main variable, u, but the coefficient of u3 is 0.

gUnivariatePolynomialOverPowerSeriesPowerSeriesx,PowerSeriesy,GeometricSeriesx,PowerSeries0,u:

Degreeg

3

(2)

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

(3)

We verify the degree of h with the Degree command.

Degreeh

4

(4)

Compatibility

• 

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

• 

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

• 

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

See Also

Degree

MainVariable

PowerSeries

PuiseuxSeries

UnivariatePolynomialOverPowerSeries