Is there any function to find point P(x,y) when x is known on elliptic curve? [closed]

asked 2022-06-04 19:48:19 +0200

Arman gravatar image

updated 2022-10-27 08:24:35 +0200

FrédéricC gravatar image

I have defined a EC:

F = Zmod(17)
E = EllipticCurve(F,[0,0,0,2,2])

Is there any function to find point P(x,y) when x is known? I mean like:

y = E(x) ?
edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by Max Alekseyev
close date 2022-06-05 06:13:41.760818

Comments

Max Alekseyev gravatar imageMax Alekseyev ( 2022-06-05 06:13:36 +0200 )edit