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

Online Help

All Products    Maple    MapleSim


MultivariatePowerSeries

  

GetAnalyticExpression

  

get an analytic expression for a power series or a univariate polynomial over power series or a Puiseux series

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

GetAnalyticExpression(p)

GetAnalyticExpression(u)

GetAnalyticExpression(s)

Parameters

p

-

power series generated by this package

u

-

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

s

-

Puiseux series generated by this package

Description

• 

The command GetAnalyticExpression(p) returns the analytic expression of the power series p, if it is known, or undefined if it is not known.

• 

The power series that have a known analytic expression are the following:

– 

those created with the commands GeometricSeries and SumOfAllMonomials;

– 

those created with the command PowerSeries from a polynomial, or from a procedure while specifying the analytic expression explicitly;

– 

those obtained by applying arithmetic operations (addition, multiplication, inversion, exponentiation) to power series whose arithmetic expression is known.

• 

The command GetAnalyticExpression(u) returns the analytic expression of univariate polynomial u over power series or over a Puiseux series, if it is known. This is determined in the natural way from the analytic expressions of each coefficient of s.

• 

The command GetAnalyticExpression(s) returns the analytic expression a Puiseux series s, if it is known. This is determined by taking the analytic expressions of its internal power series and applying the change of variables to it.

• 

If an analytic expression is known for a power series or a Puiseux series, it is part of the default display of that power series. This is not the case for univariate polynomials over power series.

• 

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

Create a geometric power series in  and . Extract its analytic expression.

(1)

Create a power series for a rational function. Extract its analytic expression.

(2)

Define the product of  and . Its analytic expression is known because the analytic expressions for both  and  are known.

(3)

(4)

Below,  and  are defined as the same power series, but  knows its analytic expression and  doesn't.

(5)

(6)

(7)

(8)

If we create power series from  and  by arithmetic operations, then those involving  do not know their analytic expressions, but those involving  do (if the other power series involved know their analytic expressions). Below,  and  represent the same power series, but because  used  rather than  in its definition, it knows its analytic expression.

(9)

(10)

(11)

(12)

If we create a univariate polynomial over power series, it will know its analytic expression if each of the coefficients of the main variable knows its analytic expression. Below,  knows its analytic expression, but  doesn't.

(13)

(14)

(15)

(16)

Create a Puiseux series in  and . Extract its analytic expression.

(17)

(18)

We can get the internal power series of , get its analytic expression, apply the change of variables given by  and multiply this by .

(19)

(20)

Finally, we create a univariate polynomial over power series from a list of Puiseux series.

(21)

We get the analytic expression of .

(22)

Compatibility

• 

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

• 

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

• 

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

• 

The s parameter was introduced in Maple 2023.

• 

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

See Also

Display

GeometricSeries

GetPowerSeries

Inverse

Multiply

PowerSeries

PuiseuxSeries

SumOfAllMonomials

 


Download Help Document