#11055: Bug in mapping to residue fields
---------------------------------+-----------------------------
       Reporter:  cremona        |        Owner:  davidloeffler
           Type:  defect         |       Status:  new
       Priority:  major          |    Milestone:  sage-6.4
      Component:  number fields  |   Resolution:
       Keywords:  residue field  |    Merged in:
        Authors:                 |    Reviewers:
Report Upstream:  N/A            |  Work issues:
         Branch:                 |       Commit:
   Dependencies:                 |     Stopgaps:
---------------------------------+-----------------------------

Comment (by cremona):

 With 6.9.beta3 I see this:
 {{{
 K.<a> = NumberField(x^2+18*x+1)
 sage: P = K.ideal(2)
 sage: F = K.residue_field(P)
 sage: R = PolynomialRing(F, 'x')
 sage: R([0, a, a, 1])
 x^3 + x^2 + x
 }}}
 which shows that the original issue has been fixed, though I do not know
 where or when.

 I cannot see the "won't fix" option but that is what this should now get.

--
Ticket URL: <http://trac.sagemath.org/ticket/11055#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