"Source: Text/Geometry/ModFrm.text";
"Line: 2601";
"Date: Tue Jun  7 22:27:14 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/ModFrm.text, line: 2601
// Example: H141E22 ()
print "Example: H141E22";
ei := GetEchoInput();
SetEchoInput(true);
M := ModularForms(Gamma0(389),2);
ModularSymbols(M,+1);
ModularSymbols(M,-1);
M := ModularForms(Gamma1(13),2);
ModularSymbols(M);
Basis($1)[1];
SetEchoInput(ei);
