#10708: Ideal dimension wrong, depends on term order.
-----------------------+----------------------------------------------------
   Reporter:  vbraun   |       Owner:  AlexGhitza              
       Type:  defect   |      Status:  new                     
   Priority:  major    |   Milestone:                          
  Component:  algebra  |    Keywords:  Singular ideal dimension
     Author:           |    Upstream:  N/A                     
   Reviewer:           |      Merged:                          
Work_issues:           |  
-----------------------+----------------------------------------------------
 The dimension of an ideal, that is the Krull dimension of the quotient
 `R/I`, does not depend on the monomial order. But
 {{{
 sage: P.<x,y> = PolynomialRing(QQ,order='neglex')
 sage: P.ideal(x).dimension()
 1
 sage: P.ideal(x-1).dimension()
 -1
 }}}
 I think this uses Singular "ls" ordering which is related to the
 localization at `<x,y>` though I have never used (or properly understood)
 that functionality in Singular.

 Maybe we need to change the term order to a global one internally?

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