"Source: Text/Geometry/CrvEllQNF.text";
"Line: 3471";
"Date: Fri Apr 14 10:35:14 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/CrvEllQNF.text, line: 3471
// Example: H130E28 ()
print "Example: H130E28";
ei := GetEchoInput();
SetEchoInput(true);
E := EllipticCurve("389a1");
time rank, gens, sha := MordellWeilShaInformation(E);
E := EllipticCurve("571a1");
time rank, gens, sha :=MordellWeilShaInformation(E);
time rank, gens, sha :=MordellWeilShaInformation(E : ShaInfo);
SetEchoInput(ei);
