"Source: Text/Geometry/ModAbVar.text";
"Line: 2699";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/ModAbVar.text, line: 2699
// Example: H148E52 ()
print "Example: H148E52";
ei := GetEchoInput();
SetEchoInput(true);
A := JZero(23);
IdentityMap(A);
ZeroMap(A);
nIsogeny(A,3);
nIsogeny(A,1/3);
SetEchoInput(ei);
