"Source: Text/Geometry/Crv.text";
"Line: 6697";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/Crv.text, line: 6697
// Example: H124E40 ()
print "Example: H124E40";
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);
