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
from Elliptic Curve defined by y^2 = x^3 + x over Finite Field in z2 of size 2305843009213693951^2
949
+
to Elliptic Curve defined by y^2 = x^3 + (595688734420561721*z2+584021682365204922)*x + (2058397526093132314*z2+490140893682260802) over Finite Field in z2 of size 2305843009213693951^2
Composite morphism of degree 36028797018963968 = 2^55:
952
+
From: Elliptic Curve defined by y^2 = x^3 + x over Finite Field in z2 of size 2305843009213693951^2
953
+
To: Elliptic Curve defined by y^2 = x^3 + 938942632807894005*x + 1238942515234646252 over Finite Field in z2 of size 2305843009213693951^2
954
+
sage: f = phi.minimal_polynomial()
955
+
sage: g = psi.push_subgroup(f)
956
+
sage: h = psi.codomain().kernel_polynomial_from_divisor(g, phi.degree())
957
+
sage: chi = psi.codomain().isogeny(h); chi
958
+
Isogeny of degree 7 from Elliptic Curve defined by y^2 = x^3 + 938942632807894005*x + 1238942515234646252 over Finite Field in z2 of size 2305843009213693951^2 to Elliptic Curve defined by y^2 = x^3 + (1406897314822267524*z2+1659665944678449850)*x + (650305521764753329*z2+1047269804324934563) over Finite Field in z2 of size 2305843009213693951^2
959
+
sage: x = phi.kernel_polynomial().any_root()
960
+
sage: K = E.change_ring(E.base_field().extension(2)).lift_x(x)
0 commit comments