First time here? Check out the FAQ!
answered 2013-02-16 07:29:17 +0100
Alternatively
sage: R.<x,y> = GF(5)[] sage: C = Curve(y^2 - x^3 - 1) sage: C.point_set().points() [(0, 1), (0, 4), (2, 2), (2, 3), (4, 0)]