Skip to content

Implement Puiseux polynomials #9289

@nthiery

Description

@nthiery

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions