-
-
Notifications
You must be signed in to change notification settings - Fork 674
Open
Description
Implement the ring of Puiseux polynomials. Those are usual
polynomials, except that exponents can be any rational number.
sage: S = PolynomialRing(QQ, ['a','b','c']); S
Multivariate Puiseux Polynomial Ring in a, b, c over Rational Field
Operations: roots of monomials, ...
See also: http://fr.wikipedia.org/wiki/Th%C3%A9or%C3%A8me_de_Puiseux, http://en.wikipedia.org/wiki/Puiseux_series
CC: @sagetrac-sage-combinat
Component: algebra
Keywords: Puiseux
Branch/Commit: public/9289 @ 336e58b
Issue created by migration from https://trac.sagemath.org/ticket/9289