MultivariatePowerSeries
TaylorShift
Perform a Taylor shift of a univariate polynomial over power series
Calling Sequence
Parameters
Description
Examples
Compatibility
TaylorShift(u, c)
u
-
univariate polynomial over power series generated by this package
c
numeric value or algebraic number
The command TaylorShift(u, c) returns the univariate polynomial over power series obtained by substituting v + c for v in u, where v is the main variable of u. In other words, the result is obtained by composing u with the map that sends v to v + c.
A typical usage is when c is a root of the polynomial returned by EvaluateAtOrigin(u). This happens, for example, in HenselFactorize.
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.
with⁡MultivariatePowerSeries:
We define a univariate polynomial over power series.
f≔UnivariatePolynomialOverPowerSeries⁡PowerSeries⁡1,SumOfAllMonomials⁡x,y,GeometricSeries⁡y,z
f≔UnⅈvarⅈatⅇPolynomⅈalOvⅇrPowⅇrSⅇrⅈⅇs: 1+1+x+y+…⁢z+1+y+…⁢z2
We apply a Taylor shift by 1, and then by -1 on the result.
f1≔TaylorShift⁡f,1
f1≔UnⅈvarⅈatⅇPolynomⅈalOvⅇrPowⅇrSⅇrⅈⅇs: 3+…+3+x+3⁢y+…⁢z+1+y+…⁢z2
f0≔TaylorShift⁡f1,−1
f0≔UnⅈvarⅈatⅇPolynomⅈalOvⅇrPowⅇrSⅇrⅈⅇs: 1+1+x+y+…⁢z+1+y+…⁢z2
We verify that the result is equal to the original polynomial (up to homogeneous degree 20).
ApproximatelyEqual⁡f,f0,20
true
The MultivariatePowerSeries[TaylorShift] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
ApproximatelyEqual
EvaluateAtOrigin
MainVariable
UnivariatePolynomialOverPowerSeries
Download Help Document
What kind of issue would you like to report? (Optional)