#13675: multivariate polynomials lack the inverse_mod(...) method
-----------------------------------+----------------------------------------
   Reporter:  Bouillaguet          |             Owner:  malb                   
       Type:  enhancement          |            Status:  new                    
   Priority:  minor                |         Milestone:  sage-5.5               
  Component:  commutative algebra  |          Keywords:  inverse modulo an ideal
Work issues:                       |   Report Upstream:  N/A                    
  Reviewers:                       |           Authors:                         
  Merged in:                       |      Dependencies:                         
   Stopgaps:                       |  
-----------------------------------+----------------------------------------
 TAB-completion advertises that the method exists, but it is
 !NotImplemented.
 {{{
 sage: R.<x,y> = QQ[]
 sage: f = x+y
 sage: f.inverse_mod(ideal(x,y))
 Traceback (most recent call last)
 ...
 NotImplementedError:
 }}}

 This should not be hard, as soon as a Groebner basis of the ideal can be
 computed.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13675>
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