First time here? Check out the FAQ!
answered 2013-02-16 06:16:04 +0100
sage: E=EllipticCurve(GF(5),[0,1]);E Elliptic Curve defined by y^2 = x^3 + 1 over Finite Field of size 5 sage: pp=E.points() sage: [p.xy() for p in pp[1:]] [(0, 1), (0, 4), (2, 2), (2, 3), (4, 0)]