#8098: solve_mod is horribly broken
------------------------------+---------------------------------------------
 Reporter:  was               |         Owner:  AlexGhitza                    
     Type:  defect            |        Status:  closed                        
 Priority:  critical          |     Milestone:  sage-duplicate/invalid/wontfix
Component:  basic arithmetic  |    Resolution:  fixed                         
 Keywords:                    |        Author:                                
 Upstream:  N/A               |      Reviewer:  Paul Zimmermann               
   Merged:                    |   Work_issues:                                
------------------------------+---------------------------------------------
Changes (by malb):

  * status:  needs_work => closed
  * resolution:  => fixed
  * milestone:  sage-4.6.2 => sage-duplicate/invalid/wontfix


Comment:

 With 4.6.1.rc1 I get:
 {{{
 #!python
 sage: var('x')
 x
 sage: solve_mod([x^2==1], 9)
 [(1,), (8,)]
 sage: solve_mod([x^2==1], 8)
 [(1,), (3,), (5,), (7,)]
 }}}

 Thus, I believe this bug is fixed.

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