#5332: Convert MV polynomial constructors in multi_polynomial_ideal.py,
category_object.py, etc
-------------------------------------+-------------------------------------
       Reporter:  mabshoff           |        Owner:  mabshoff
           Type:  enhancement        |       Status:  needs_review
       Priority:  trivial            |    Milestone:  sage-6.4
      Component:  documentation      |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Marc Mezzarobba    |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/mmezzarobba/5332-objgen          |  c098677d560ea8b2d7e9ee5a12f58cb89193be3a
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by mmezzarobba):

 * status:  needs_work => needs_review


Comment:

 With the last version of the patch:
 {{{
 $ git grep "sage: .*PolynomialRing.*objgen" src/sage/
 src/sage/rings/fraction_field_element.pyx:        sage: K, x =
 FractionField(PolynomialRing(QQ, 'x')).objgen()
 src/sage/rings/polynomial/multi_polynomial_element.py:            sage: R,
 x = PolynomialRing(QQbar, 10, 'x').objgens()
 src/sage/rings/polynomial/multi_polynomial_ring.py:    sage:
 PolynomialRing(GF(5), 3, 'xyz').objgens()
 src/sage/rings/polynomial/polynomial_element.pyx:    sage:
 PolynomialRing(ZZ,'x').objgen()
 src/sage/structure/category_object.pyx:            sage: R, x =
 PolynomialRing(QQ,'x').objgen()
 src/sage/structure/category_object.pyx:         sage: R, x =
 PolynomialRing(QQ,'x',12).objgens()
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/5332#comment:9>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to