#9332: S_class_group() should return a group
--------------------------------------------------------------------------------------------+
Reporter: stankewicz
| Owner: davidloeffler
Type: enhancement
| Status: needs_review
Priority: major
| Milestone:
Component: number fields
| Keywords:
Author: Jim Stankewicz, Erin Beyerstedt, Anna Haensch, Robert Miller,
David Loeffler | Upstream: N/A
Reviewer:
| Merged:
Work_issues:
|
--------------------------------------------------------------------------------------------+
Changes (by cremona):
* status: needs_work => needs_review
Comment:
I applied the patch (no problems) to 4.6.1.alpha2. The thing you observed
does not happen:
{{{
sage: K.<a> = QuadraticField(-14)
sage: S = K.primes_above(2)
sage: S
[Fractional ideal (2, a)]
sage: I = K.ideal(3, a-1)
sage: I._S_ideal_class_log(S)
[1]
sage: I._S_ideal_class_log([])
[1]
}}}
I am now testing...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9332#comment:20>
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.