#11392: Toric ideals over fraction fields
-----------------------------+----------------------------------------------
   Reporter:  vbraun         |          Owner:  tbd       
       Type:  PLEASE CHANGE  |         Status:  new       
   Priority:  major          |      Milestone:  sage-4.7.1
  Component:  PLEASE CHANGE  |       Keywords:            
Work_issues:                 |       Upstream:  N/A       
   Reviewer:                 |         Author:            
     Merged:                 |   Dependencies:            
-----------------------------+----------------------------------------------
 This patch extends toric ideals to work over bases rings
 that are fraction fields of a polynomial ring.
 {{{
 sage: A = matrix([[1,1,1],[0,1,2]])
 sage: ToricIdeal(A, names='x', base_ring=FractionField(QQ['t']))
 Ideal (-x1^2 + x0*x2) of Multivariate Polynomial Ring in x0, x1, x2 over
 Fraction Field of Univariate Polynomial Ring in t over Rational Field
 }}}

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