"Source: Text/Geometry/CrvEllQNF.text";
"Line: 1172";
"Date: Fri Apr 14 10:35:14 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/CrvEllQNF.text, line: 1172
// Example: H130E10 ()
print "Example: H130E10";
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);
