"Source: Text/Geometry/ModAbVar.text";
"Line: 7218";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/ModAbVar.text, line: 7218
// Example: H148E102 ()
print "Example: H148E102";
ei := GetEchoInput();
SetEchoInput(true);
A := JZero(33);
x := A![1/3,0,0,0,0,0];
x;
Order(x);
assert $1 eq 3;
ApproximateByTorsionPoint(1.001*x);
Element(x);
Eltseq(x);
LatticeCoordinates(x);
A := JZero(11,4); A;
x := A![1/3,0,0,0];
Element(x);
Eltseq(x);
LatticeCoordinates(x);
x;
SetEchoInput(ei);
