#6581: Groebner basis not working over symbolic ring
-----------------------------------+----------------------------------------
   Reporter:  rhinton              |          Owner:  tbd     
       Type:  defect               |         Status:  new     
   Priority:  major                |      Milestone:  sage-5.0
  Component:  commutative algebra  |       Keywords:          
Work_issues:                       |       Upstream:  N/A     
   Reviewer:                       |         Author:          
     Merged:                       |   Dependencies:          
-----------------------------------+----------------------------------------

Comment(by john_perry):

 Hey, I got it to work.
 {{{
 sage: R.<a,b> = QQ[]
 sage: I = R.ideal(a^2+b^2-1)
 sage: R2 = QuotientRing(R,I)
 sage: K = Frac(R2)
 sage: P.<x,y,z> = K[]
 sage: f = (a^2+b^2)*x + 1
 sage: g = x + 1
 sage: f - g
 0
 }}}
 Sorry -- I'm a bit slow sometimes. :-)

 Okay, so we should mark this as "invalid/wontfix" or something like that?
 Or do we wait to see if the original reporter has a scenario in mind that
 really does require `SR`?

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