"Source: Text/Geometry/ModSym.text";
"Line: 1880";
"Date: Mon Aug 27 15:40:50 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/ModSym.text, line: 1880
// Example: H142E17 ()
print "Example: H142E17";
ei := GetEchoInput();
SetEchoInput(true);
M := ModularSymbols(389,2,+1);
C := CuspidalSubspace(M);
DiscriminantOfHeckeAlgebra(C);
assert $1 eq 62967005472006188288017473632139259549820493155023510831104000000;
Factorization($1);
SetEchoInput(ei);
