sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.3k stars 449 forks source link

Implement Puiseux polynomials #9289

Open nthiery opened 14 years ago

nthiery commented 14 years ago

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 commented 14 years ago

Description changed:

--- 
+++ 
@@ -6,6 +6,7 @@
    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

fchapoton commented 10 years ago

Changed keywords from none to Puiseux

rwst commented 10 years ago
comment:3

Never mind. I thought this was a duplicate.

kcrisman commented 9 years ago
comment:5

See also #4618.

fchapoton commented 6 years ago

Branch: public/9289

fchapoton commented 6 years ago

New commits:

336e58bvery rough and sketchy tentative of Puiseux polynomials
fchapoton commented 6 years ago

Commit: 336e58b