gfun[algeqtoseries] - Puiseux expansions of algebraic functions

Calling Sequence

algeqtoseries(pol, x, y, order,pos_slopes)

Parameters

pol - polynomial equation in two variables x and y

x,y - variable names

order - positive integer order of the expansions

pos_slopes - (optional) only branches tending to 0 are computed

Description

Examples

> with(gfun):
P:=y-x^2-x^3*y^2+x^6*y^5;
\[x^{6} y^{5}-x^{3} y^{2}-x^{2}+y\]
> algeqtoseries(P,x,y,4);
\[\left[x^{2}+\mathrm{O}\! \left(x^{6}\right), \frac{\textrm{RootOf}\left(\_Z^{4}+1\right)}{x^{{3}/{2}}}-\frac{\textrm{RootOf}\left(\_Z^{4}+1\right)^{2}}{4}+O\! \left(\sqrt{x}\right)\right]\]
> algeqtoseries(P,x,y,10,true);
\[[x^{2}+x^{7}+\mathrm{O}\! \left(x^{12}\right)]\]

See Also

gfun, gfun[parameters], solve/series, RootOf