Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Puiseux polynomials #9289

Open
nthiery opened this issue Jun 21, 2010 · 7 comments
Open

Implement Puiseux polynomials #9289

nthiery opened this issue Jun 21, 2010 · 7 comments

Comments

@nthiery
Copy link
Contributor

nthiery commented Jun 21, 2010

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

@nthiery

This comment has been minimized.

@fchapoton
Copy link
Contributor

Changed keywords from none to Puiseux

@rwst
Copy link

rwst commented Mar 16, 2014

comment:3

Never mind. I thought this was a duplicate.

@kcrisman
Copy link
Member

comment:5

See also #4618.

@fchapoton
Copy link
Contributor

Branch: public/9289

@fchapoton
Copy link
Contributor

New commits:

336e58bvery rough and sketchy tentative of Puiseux polynomials

@fchapoton
Copy link
Contributor

Commit: 336e58b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants