#9289: Implement Puiseux polynomials
---------------------------+------------------------------------------------
   Reporter:  nthiery      |       Owner:  AlexGhitza   
       Type:  enhancement  |      Status:  new          
   Priority:  major        |   Milestone:  sage-wishlist
  Component:  algebra      |    Keywords:               
     Author:               |    Upstream:  N/A          
   Reviewer:               |      Merged:               
Work_issues:               |  
---------------------------+------------------------------------------------
Description changed by nthiery:

Old 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
> }}}
>

> See also: http://fr.wikipedia.org/wiki/Th%C3%A9or%C3%A8me_de_Puiseux,
> http://en.wikipedia.org/wiki/Puiseux_series

New 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

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9289#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to