MultivariatePowerSeries
MainVariable
Get the polynomial variable of a univariate polynomial over power series
Calling Sequence
Parameters
Description
Examples
Compatibility
MainVariable(u)
u
-
univariate polynomial over power series generated by this package
MainVariable(u) returns the polynomial variable of the univariate polynomial over power series u.
If u is considered as an element of 𝕂⟦x1,…,xn⟧y, then y is the main variable.
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 construct a univariate polynomial over power series in 𝕂⟦x⟧z. Its main variable is z.
f≔UnivariatePolynomialOverPowerSeries⁡z−1⁢z−2⁢z−3+x⁢z2+z,z:
MainVariable⁡f
z
We can view the same expression as an element of 𝕂⟦z⟧x. Then its main variable is x.
g≔UnivariatePolynomialOverPowerSeries⁡z−1⁢z−2⁢z−3+x⁢z2+z,x:
MainVariable⁡g
x
We construct a univariate polynomial over power series in 𝕂⟦x,y⟧z. Its main variable is z.
h≔UnivariatePolynomialOverPowerSeries⁡PowerSeries⁡z,PowerSeries⁡y,GeometricSeries⁡y,z,x:
MainVariable⁡h
The MultivariatePowerSeries[MainVariable] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
Degree
GeometricSeries
GetCoefficient
PowerSeries
UnivariatePolynomialOverPowerSeries
Download Help Document
What kind of issue would you like to report? (Optional)