#12802: test containment of ideals in class MPolynomialIdeal
--------------------------------------------------+-------------------------
       Reporter:  mariah                          |         Owner:  AlexGhitza  
      
           Type:  enhancement                     |        Status:  needs_work  
      
       Priority:  minor                           |     Milestone:  sage-5.1    
      
      Component:  algebra                         |    Resolution:              
      
       Keywords:  sd40.5, groebner bases, ideals  |   Work issues:  
documentation     
Report Upstream:  N/A                             |     Reviewers:  Andrey 
Novoseltsev
        Authors:  John Perry                      |     Merged in:              
      
   Dependencies:                                  |      Stopgaps:              
      
--------------------------------------------------+-------------------------
Changes (by novoselt):

  * status:  needs_review => needs_work


Comment:

 {{{
 Rx = PolynomialRing(QQ, 2, "x")
 Ix = Rx.ideal(Rx.0)
 Ry = PolynomialRing(QQ, 2, "y")
 Iy = Ry.ideal(Ry.0)
 print Ix, Iy
 Ix == Iy
 }}}
 False before and True after. Better not detect equality in some convoluted
 cases than claim equality for different ideals.

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