"Source: Text/Geometry/ModSym.text";
"Line: 546";
"Date: Mon Aug 27 15:40:50 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/ModSym.text, line: 546
// Example: H142E4 ()
print "Example: H142E4";
ei := GetEchoInput();
SetEchoInput(true);
F7 := GF(7);
M := ModularSymbols(3,4,F7);
R<X,Y> := PolynomialRing(F7,2);
M!<X^2-2*X*Y,[Cusps()|0,1]>;
M := ModularSymbols(11,2);
M!<1,[Cusps()|0,Infinity()]>;
M![<1,[Cusps()|0,Infinity()]>, <1,[Cusps()|0,1/11]>];
SetEchoInput(ei);
