MultivariatePowerSeries/EvaluateAtOrigin - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : MultivariatePowerSeries/EvaluateAtOrigin

MultivariatePowerSeries

  

EvaluateAtOrigin

  

Evaluate the coefficients of a univariate polynomial over power series at the origin

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

EvaluateAtOrigin(u)

Parameters

u

-

univariate polynomial over power series generated by this package

Description

• 

The  command EvaluateAtOrigin(u) returns the image of the univariate polynomial u modulo  the maximal ideal of the ring of power series of the coefficients of u. In other words, the command EvaluateAtOrigin(u)  returns a univariate polynomial (over the complex numbers) obtained from u by specializing to zero every variable in the coefficients of u.

• 

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 univariate polynomial over power series and evaluate it at the origin (in this case, at x=0).

fUnivariatePolynomialOverPowerSeriesz1z2z3+xz2+z,z:

EvaluateAtOriginf

z36z2+11z6

(1)

We define another univariate polynomial over power series and evaluate it at the origin (in this case, at x=0 and y=0).

gUnivariatePolynomialOverPowerSeriesy2+x2+y+1z2+z3,z:

EvaluateAtOriging

z3+z2

(2)

Compatibility

• 

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

• 

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

See Also

HenselFactorize

UnivariatePolynomialOverPowerSeries