Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

order finite field

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