John Cremona on Sat, 02 Mar 2024 18:36:02 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: a hopeful request |
On Fri, Mar 01, 2024 at 04:56:23PM -0800, American Citizen wrote:
> To all:
>
> I have been looking for this for a long time.
>
> Suppose I have an elliptic curve in Weierstrass format [a1,a2,a3,a4,a6] and
> a two-covering or quartic a*x^4 + b*x^3 + c*x^2 + d*x + e and they share the
> same invariants, the I invariant and the J invariant.
>
> Is it possible to develop the forward and inverse maps for points on either
> the elliptic curve mapping to the quartic two-cover, or the points on the
> two-cover mapping back to the elliptic curve?
>
> I would like to obtain the forward and inverse maps for points on either the
> elliptic curve -> quartic or quartic -> elliptic curve
Please find the following GP script with a function
quartic_to_ellmap(Q) that given a quartic y^2=q(x), returns
[E,f,g] where E is an elliptic curve, f a map from q to E and
g a (one-to-many) map from E to q.
There is a test.
Cheers,
Bill.