Ask Your Question
1

Instantiating Elliptic Curve Isogenies using rational maps

asked 2021-10-13 21:34:29 +0200

RKnebel gravatar image

updated 2021-10-15 18:00:07 +0200

I have an elliptic curve $$E: y^2 = x^3+x$$ and the rational maps for a degree 14 isogeny $\phi =(\phi_x,\phi_y)$. I would like to get an Isogeny object using $\phi_x,\phi_y$ so I can use some of the functionality of the Isogeny class, but I can't seem to find anything in the sagemath documentation about this.

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 $x^3+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.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-11-03 22:52:15 +0200

Luca gravatar image

This is not supported. Your best option is to pass the kernel polynomial, i.e., the denominator of $\phi_x$, as lone paramter to E.isogeny(). This will not give you exactly the isogeny with $\phi_x,\phi_y$ as rational maps, however you can compose that with an isomorphism to get the wanted isogeny.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2021-10-13 21:34:29 +0200

Seen: 244 times

Last updated: Nov 03 '21