define elliptic curve y^2=x^3-x over finite field 11

21 views
Skip to first unread message

Xavier Nogues

unread,
Jun 20, 2017, 7:04:43 AM6/20/17
to sage-support
Hello,
I dont  know how to define elliptic curve y^2=x^3-x over finite field 11. The negative  "-x" is the problem

p=11
E=EllipticCurve(GF(p),[0,0,0,-1,0]);



Elliptic Curve defined by y^2 = x^3 + 10*x over Finite Field of size 11

Thanks


Vincent Delecroix

unread,
Jun 20, 2017, 7:07:17 AM6/20/17
to sage-s...@googlegroups.com
What is the problem!? "10 = -1 mod 11", no?

On 20/06/2017 12:52, Xavier Nogues wrote:
> Hello,
> I dont know how to define elliptic curve y^2=x^3-x over finite field 11.
> The negative "-x" is the problem
>
> p=11
> E=EllipticCurve(GF(p),[0,0,0,-1,0]);
>
>
>
> Elliptic Curve defined by y^2 = x^3 + *10*x* over Finite Field of size 11
>
>
> Thanks
>
>
>

Xavier Nogues

unread,
Jun 20, 2017, 8:35:45 AM6/20/17
to sage-support
Ok, got it... 
Thanks!
Reply all
Reply to author
Forward
0 new messages