Changes between Initial Version and Version 1 of Ticket #11234
- Timestamp:
- 04/21/11 20:10:56 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11234
-
Property
Summary
changed from
Fractional ideal class multiplication sometimes fails
toFractional ideal class double exponentiation fails
-
Property
Summary
changed from
-
Ticket #11234 – Description
initial v1 1 1 {{{ 2 sage: k.<a> = NumberField(x^2 + 20072); G = k.class_group(); (G.0^ 35)^52 sage: k.<a> = NumberField(x^2 + 20072); G = k.class_group(); (G.0^2)^2 3 3 --------------------------------------------------------------------------- 4 4 TypeError Traceback (most recent call last)