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) ?
1 | initial version |
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) ?
2 | retagged |
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) ?