"Source: Text/Geometry/ModAbVar.text";
"Line: 5582";
"Date: Fri Sep  9 15:10:23 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/ModAbVar.text, line: 5582
// Example: H145E85 ()
print "Example: H145E85";
ei := GetEchoInput();
SetEchoInput(true);
T2 := HeckeOperator(JZero(100),2);
DecomposeUsing(T2);
W := AtkinLehnerOperator(JZero(100),100);
DecomposeUsing(W);
SetEchoInput(ei);
