"Source: Text/Geometry/CrvEllQNF.text";
"Line: 1176";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/CrvEllQNF.text, line: 1176
// Example: H133E10 ()
print "Example: H133E10";
ei := GetEchoInput();
SetEchoInput(true);
E := EllipticCurve([0,-1,0,-71582788120,-7371563751267600]);
T := TwoDescent(E : RemoveTorsion)[1];
T;
S := FourDescent(T : RemoveTorsion)[1];
b, pt := HeegnerPoint(S);
pt;
_, m := AssociatedEllipticCurve(S);
PT := m(pt);
PT;
Height(PT);
ConjecturalRegulator(E : Precision := 5);
SetEchoInput(ei);
