"Source: Text/Geometry/Crv.text";
"Line: 6697";
"Date: Thu May 12 11:26:16 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/Crv.text, line: 6697
// Example: H121E40 ()
print "Example: H121E40";
ei := GetEchoInput();
SetEchoInput(true);
P<x,y,z>:=ProjectiveSpace(Rationals(),2);
C:=Curve(P,x^3+9*y^3+73*z^3);
time PointsCubicModel(C,10^4);
SetEchoInput(ei);
