"Source: Text/Geometry/ModAbVar.text";
"Line: 1883";
"Date: Fri Sep  9 15:10:23 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/ModAbVar.text, line: 1883
// Example: H145E34 ()
print "Example: H145E34";
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);
