Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There are two Sage tickets on the topic, one about Puiseux series and a later one about Puiseux polynomials.

There have also been numerous discussions on sage-devel and sage-support.

There is a package where this functionality is implemented.

click to hide/show revision 2
No.2 Revision

There are two Sage tickets on the topic, one about Puiseux series and a later one about Puiseux polynomials.

There have also been numerous discussions on sage-devel and sage-support.

There is a package where this functionality is implemented.

Installing it can be done simply by running in a terminal:

$ sage --pip install git+https://github.com/abelfunctions/abelfunctions
click to hide/show revision 3
No.3 Revision

There are two Sage tickets on the topic, one about Puiseux series and a later one about Puiseux polynomials.

There have also been numerous discussions on sage-devel and sage-support.

There is a package where this functionality is implemented.

Installing it can be done simply by running in a terminal:

$ sage --pip install git+https://github.com/abelfunctions/abelfunctions

See the files puiseux.py, puiseux_series_ring.py and puiseux_series_ring_element.pyx at