"Source: Text/Geometry/CrvMod.text";
"Line: 687";
"Date: Wed Jun  8 13:45:19 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/CrvMod.text, line: 687
// Example: H137E6 ()
print "Example: H137E6";
ei := GetEchoInput();
SetEchoInput(true);
C := X0NQuotient(13*29,[13,29]); C; // defined by cubics in P^4
Genus(C);
assert $1 eq 5;
SetEchoInput(ei);
