#9341: K.S_units doesn't check for repeated entries
-----------------------------+----------------------------------------------
   Reporter:  syazdani       |       Owner:  davidloeffler
       Type:  defect         |      Status:  new          
   Priority:  major          |   Milestone:               
  Component:  number fields  |    Keywords:  S_units      
     Author:                 |    Upstream:  N/A          
   Reviewer:                 |      Merged:               
Work_issues:                 |  
-----------------------------+----------------------------------------------
 Here is a stupid example:
 {{{
 sage: _.<t>=QQ[]
 sage: K.<T>=NumberField(t-1)
 sage: I = K.ideal(2)
 sage: K.S_units([I])
 [2, -1]
 sage: K.S_units([I, I])
 [2, 2, -1]
 }}}
 Looking at the code, this seems to be an upstream issue with gp as well.

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