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