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.