Hello
sage: E = EllipticCurve(GF(19),[0,3])
sage: E
Elliptic Curve defined by y^2 = x^3 + 3 over Finite Field of size 19e
sage: E.order()
13
How to calculate "13" ? i can understand, sorry i am new
1 | initial version |
Hello
sage: E = EllipticCurve(GF(19),[0,3])
sage: E
Elliptic Curve defined by y^2 = x^3 + 3 over Finite Field of size 19e
sage: E.order()
13
How to calculate "13" ? i can understand, sorry i am new