Changes between Initial Version and Version 1 of Ticket #16934
- Timestamp:
- Sep 4, 2014, 2:52:02 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16934 – Description
initial v1 4 4 sage: _ = EllipticCurve_from_j(a^584645231109031).cardinality() 5 5 sage: k.<a> = GF(17^14, impl="pari_ffelt") 6 sage: _ = EllipticCurve_from_j(a^584645231109031).cardinality()6 sage: E = EllipticCurve_from_j(a^584645231109031) 7 7 TypeError Traceback (most recent call last) 8 8 [...]