"Source: Text/Geometry/ModSym.text";
"Line: 2268";
"Date: Mon Aug 27 15:40:50 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/ModSym.text, line: 2268
// Example: H142E20 ()
print "Example: H142E20";
ei := GetEchoInput();
SetEchoInput(true);
M := ModularSymbols(11,2);
C := CuspidalSubspace(M);
LSeries(C,1,100);
A := ModularSymbols("65B"); A;  // <--> dimension two abelian variety
LSeries(A,1,100);
SetEchoInput(ei);
