#1052: implement more functionality for class groups of number fields
-----------------------------+----------------------------------------------
   Reporter:  was            |       Owner:  davidloeffler                 
       Type:  enhancement    |      Status:  needs_review                  
   Priority:  major          |   Milestone:  sage-duplicate/invalid/wontfix
  Component:  number fields  |    Keywords:                                
     Author:                 |    Upstream:  N/A                           
   Reviewer:                 |      Merged:                                
Work_issues:                 |  
-----------------------------+----------------------------------------------
Changes (by jdemeyer):

  * status:  new => needs_review
  * upstream:  => N/A
  * milestone:  sage-4.6 => sage-duplicate/invalid/wontfix


Comment:

 The following works for me in sage-4.6.alpha3, so needs_review as "already
 fixed".

 {{{
 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.0).order()
 3
 sage: list(G)
 [Trivial principal fractional ideal class, Fractional ideal class (2,
 1/2*a - 1/2), Fractional ideal class (2, 1/2*a + 1/2)]
 }}}

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