"Source: Text/Geometry/CrvG3.text";
"Line: 449";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/CrvG3.text, line: 449
// Example: H136E5 ()
print "Example: H136E5";
ei := GetEchoInput();
SetEchoInput(true);
P<x,y,z> := PolynomialRing(GF(31), 3);
PP := ProjectiveSpace(P);
f := x^3*y + y^3*z + z^3*x;
C := Curve(ProjectiveSpace(P), f);
#Twists(C);
SetEchoInput(ei);
