"Source: Text/Geometry/CrvHyp.text";
"Line: 4514";
"Date: Thu Aug 18 16:02:10 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/CrvHyp.text, line: 4514
// Example: H134E32 ()
print "Example: H134E32";
ei := GetEchoInput();
SetEchoInput(true);
R<x> := PolynomialRing(Rationals());
C := HyperellipticCurve(-x^6 + x^5 - 3*x^4 + 5*x^3 + 5*x^2 - 5*x + 4);
J := Jacobian(C);
SetVerbose("MordellWeilGroup", 1); // so we can see what is going on
MordellWeilGroup(J);
SetEchoInput(ei);
