print/PuiseuxSeries
¶$\operatorname{PuiseuxSeries}(q, s)$
libname := libname, FileTools:-JoinPath(["maple","lib","dcfun.mla"],base=homedir):
with(dcfun):
A Puiseux series is written as a series in $x^{1/q}$ if $x$ is the variable and $q$ is a suitable ramification order.
y := PuiseuxSeries(3, series(x/(1 - 2*x), x));
$$x^{\frac{1}{3}}+2 x^{\frac{2}{3}}+4 x +8 x^{\frac{4}{3}}+16 x^{\frac{5}{3}}+O\! \left(x^{2}\right)$$
But the puiseuxseries structure is keeped in the Maple expression.
lprint(y);
$$$$