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) ?
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.