#7945: [fixed by #9244] Class groups of number fields: an_element() not in self
-----------------------------+----------------------------------------------
   Reporter:  nthiery        |       Owner:  davidloeffler
       Type:  defect         |      Status:  needs_review 
   Priority:  major          |   Milestone:  sage-4.5     
  Component:  number fields  |    Keywords:               
     Author:                 |    Upstream:  N/A          
   Reviewer:                 |      Merged:               
Work_issues:                 |  
-----------------------------+----------------------------------------------
Changes (by davidloeffler):

  * status:  new => needs_review
  * milestone:  => sage-4.5


Old description:

> {{{
> sage: K.<a> = NumberField(x^2 + 23)
> sage: G = K.class_group(); G
> Class group of order 3 with structure C3 of Number Field in a with
> defining polynomial x^2 + 23
> sage: G.an_element() in G
> False
> }}}
>
> Catched with #7921.

New description:

 {{{
 sage: K.<a> = NumberField(x^2 + 23)
 sage: G = K.class_group(); G
 Class group of order 3 with structure C3 of Number Field in a with
 defining polynomial x^2 + 23
 sage: G.an_element() in G
 False
 }}}

 Caught with #7921. Fixed by #9244.

--

Comment:

 This is fixed by my patch at #9244.

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