"Source: Text/Geometry/ModAbVar.text";
"Line: 4294";
"Date: Fri Sep  9 15:10:23 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/ModAbVar.text, line: 4294
// Example: H145E69 ()
print "Example: H145E69";
ei := GetEchoInput();
SetEchoInput(true);
J := JZero(100);
T2 := HeckeOperator(J,2);W := AtkinLehnerOperator(J,100);
R := Subring([End(J) | T2,W]);
Dimension(R);
assert $1 eq 10;
Dimension(End(J));
assert $1 eq 13;
IsRing(R);
assert $1;
IsCommutative(R);
assert not $1;
SetEchoInput(ei);
