"Source: Text/Geometry/Crv.text";
"Line: 2654";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/Crv.text, line: 2654
// Example: H124E16 ()
print "Example: H124E16";
ei := GetEchoInput();
SetEchoInput(true);
P<x,y,z> := ProjectiveSpace(Rationals(),2);
C := Curve(P,x^3 + y^3 + z^3);
p := C ! [1,-1,0];
IsFlex(C,p);
C1,phi := TranslationToInfinity(C,p);
phi(p);
C1;
SetEchoInput(ei);
