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.
abelfunctions: Abelian functions, Riemann surfaces, and algebraic curves
A library for computing with Abelian functions, Riemann surfaces, and algebraic curves.
Documentation: https://github.com/abelfunctions/abelfunctions/blob/master/doc/README.md
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.
abelfunctions: Abelian functions, Riemann surfaces, and algebraic curves
A library for computing with Abelian functions, Riemann surfaces, and algebraic curves.
Documentation: https://github.com/abelfunctions/abelfunctions/blob/master/doc/README.md
Installing it can be done simply by running in a terminal:
$ sage --pip install git+https://github.com/abelfunctions/abelfunctions
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.
abelfunctions: Abelian functions, Riemann surfaces, and algebraic curves
A library for computing with Abelian functions, Riemann surfaces, and algebraic curves.
Documentation: https://github.com/abelfunctions/abelfunctions/blob/master/doc/README.md
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