Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Like this maybe

sage: x, y = polygens(GF(1931), 'x,y')                                              
sage: C = Curve(x**2-y**2-1-33*x**2*y**2)                                         
sage: Jacobian(C)                                                               
Elliptic Curve defined by y^2 = x^3 + 1078*x + 1551 over Finite Field of size 1931