"Source: Text/Geometry/CrvMod.text";
"Line: 1024";
"Date: Wed Jun  8 13:45:19 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/CrvMod.text, line: 1024
// Example: H137E8 ()
print "Example: H137E8";
ei := GetEchoInput();
SetEchoInput(true);
S:=CuspidalSubspace(ModularSymbolsH(21,[1,8,13,20],2,+1));
S;
ModularHyperellipticCurve([S]);
SetEchoInput(ei);
