"Source: Text/Geometry/ModSS.text";
"Line: 847";
"Date: Tue Jun  7 22:27:14 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/ModSS.text, line: 847
// Example: H144E9 ()
print "Example: H144E9";
ei := GetEchoInput();
SetEchoInput(true);
M := SupersingularModule(11);
MonodromyWeights(M);
P := Basis(CuspidalSubspace(M))[1]; P;
Q := Basis(EisensteinSubspace(M))[1]; Q;
Basis(M);
MonodromyPairing(P,Q);
assert $1 eq 0;
MonodromyPairing(P,P);
assert $1 eq 5;
SetEchoInput(ei);
