| 1 | initial version |
You can define the curve easily; just not as an elliptic curve, because being nonsingular is part of their definition.
sage: F = GF(23981)
sage: A.<x,y>=F[]
sage: C=Curve(y^2-(x^3+17230*x+22699))
Plotting a curve over a finite field will be difficult and probably uninsightful.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.