#4952: modulus issue in sage/rings/finite_field_ntl_gf2e.pyx
---------------------------+------------------------------------------------
 Reporter:  mabshoff       |       Owner:  was       
     Type:  defect         |      Status:  new       
 Priority:  blocker        |   Milestone:  sage-3.2.4
Component:  number theory  |    Keywords:            
---------------------------+------------------------------------------------
 The following was introduced by #4934:
 {{{
 cleo (ia64-Linux-rhel5-clisp-2.41)

 **********************************************************************
 File "/home/mariah/sage/sage-3.2.3-ia64-Linux-
 rhel5-clisp-2.41/devel/sage/sage/rings/finite_field_ntl_gf2e.pyx",
 line 171:
     sage: k.modulus()
 Expected:
     x^17 + x^16 + x^15 + x^10 + x^8 + x^6 + x^4 + x^3 + x^2 + x + 1
 Got:
     x^17 + x^3 + 1
 **********************************************************************

 eno (x86_64-Linux-fc)

 **********************************************************************
 File "/home/mariah/sage/sage-3.2.3-x86_64-Linux-
 fc/devel/sage/sage/rings/finite_field_ntl_gf2e.pyx",
 line 171:
     sage: k.modulus()
 Expected:
     x^17 + x^16 + x^15 + x^10 + x^8 + x^6 + x^4 + x^3 + x^2 + x + 1
 Got:
     x^17 + x^3 + 1
 **********************************************************************
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4952>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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