"Source: Text/Geometry/CrvG3.text";
"Line: 449";
"Date: Tue May 18 11:09:21 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/CrvG3.text, line: 449
// Example: H133E5 ()
print "Example: H133E5";
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);
