I have an elliptic curve E:y2=x3+x
Currently sage allows you to construct either cyclic isogenies by specifying a point P on E; or by the kernel polynomial provided the degree is either odd or the polynomial is divisible by x3+x.
![]() | 1 | initial version |
I have an elliptic curve E:y2=x3+x
Currently sage allows you to construct either cyclic isogenies by specifying a point P on E; or by the kernel polynomial provided the degree is either odd or the polynomial is divisible by x3+x.
![]() | 2 | None |
I have an elliptic curve E:y2=x3+x
Currently sage allows you to construct either cyclic isogenies by specifying a point P on E; or by the kernel polynomial provided the degree is either odd or the polynomial is divisible by x3+x.
EDIT: I've looked the the code of the EllipticCurveIsogeny class and the attributes for the x and y rational maps are private attributes. I cannot figure out a way to create an Isogeny object with my desired rational maps.