#5451: Bug in addition of rational functions over a finite field
---------------------+------------------------------------------------------
 Reporter:  cremona  |       Owner:  tbd                       
     Type:  defect   |      Status:  new                       
 Priority:  major    |   Milestone:  sage-3.4.1                
Component:  algebra  |    Keywords:  rational function addition
---------------------+------------------------------------------------------

Comment(by cremona):

 In sage/rings/polynomial/polynomial_ring_generic.py, in the function
 quo_rem, the test of other.is_zero() is sometimes returning False despite
 other being zero!  I added some print statements and here is an example:
 {{{
 in quo_rem (parent = Univariate Polynomial Ring in t over Finite Field in
 theta of size 3^2)...
 self =  t
 other =  0
 other.is_zero() =  False
 A =  t
 B =  0
 ---------------------------------------------------------------------------
 ZeroDivisionError
 }}}

 That is as far as I got.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5451#comment:1>
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