"Source: Text/Geometry/ModAbVar.text";
"Line: 1883";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/ModAbVar.text, line: 1883
// Example: H148E34 ()
print "Example: H148E34";
ei := GetEchoInput();
SetEchoInput(true);
A := JZero(11);
x := ModularSymbolToIntegralHomology(A,[0,Infinity()]); x;
z := A!x; z;
Order(z);
assert $1 eq 5;
A := JZero(47);
x := ModularSymbolToIntegralHomology(A,[0,Infinity()]); x;
z := A!x;
Order(z);
assert $1 eq 23;
SetEchoInput(ei);
