CASA Function: setPuiseuxExpansion

Sets the maximum degree of the shown terms in an algebraic set represented by places.

Calling Sequence:

Parameters:

order : {posint, infinity}

Result:

r : {posint,infinity}

Description:

Examples:

> n := setPuiseuxExpansion(10);

[Maple Math]

> s:=powseries[evalpow](powseries[powpoly](T,T)/powseries[powpoly](1-T,T)):

> B:=mkPlacAlgSet([[T,T^8+T^10,s],[s,T^3,1]],[T]);

[Maple Math]
[Maple Math]

> setPuiseuxExpansion(n);

[Maple Math]

> B;

[Maple Math]
[Maple Math]

See Also:

[CASA] [mkPlacAlgSet] [properties]