"Source: Text/Geometry/Crv.text";
"Line: 2417";
"Date: Thu May 12 11:26:16 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/Crv.text, line: 2417
// Example: H121E13 ()
print "Example: H121E13";
ei := GetEchoInput();
SetEchoInput(true);
A<a,b> := AffineSpace(GF(5),2);
C := Curve(A,a^3 - b^4);
AmbientSpace(ProjectiveClosure(C)) eq ProjectiveClosure(AmbientSpace(C));
assert $1;
SetEchoInput(ei);
