You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 30, 2023. It is now read-only.
[Isogeny of degree 43 from Elliptic Curve defined by y^2 + y = x^3 + x^2 + 42*x + 42 over Finite Field of size 43 to Elliptic Curve defined by y^2 + y = x^3 + x^2 + 36 over Finite Field of size 43]
1908
1908
[Isogeny of degree 47 from Elliptic Curve defined by y^2 + y = x^3 + x^2 + 46*x + 46 over Finite Field of size 47 to Elliptic Curve defined by y^2 + y = x^3 + x^2 + 42*x + 34 over Finite Field of size 47]
1909
1909
1910
+
See :trac:`18589`: the following example took 20s before, now only 4s::
1911
+
1912
+
sage: from sage.schemes.elliptic_curves.isogeny_small_degree import isogenies_prime_degree_general
1913
+
sage: K.<i> = QuadraticField(-1)
1914
+
sage: E = EllipticCurve(K,[0,0,0,1,0])
1915
+
sage: [phi.codomain().ainvs() for phi in E.isogenies_prime_degree(37)] # long time
0 commit comments