MultivariatePowerSeries/Degree - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : MultivariatePowerSeries/Degree

MultivariatePowerSeries

  

Degree

  

Degree a univariate polynomial over power series

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

Degree(u)

Parameters

u

-

univariate polynomial over power series generated by this package

Description

• 

Degree(u) returns the syntactic degree of the univariate polynomial over power series u with respect to its main variable. That is, it doesn't 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 and univariate polynomials over power 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)

Compatibility

• 

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

• 

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

See Also

Degree

MainVariable

PowerSeries

UnivariatePolynomialOverPowerSeries