"Source: Text/Geometry/Crv.text";
"Line: 655";
"Date: Thu May 12 11:26:16 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/Crv.text, line: 655
// Example: H121E1 ()
print "Example: H121E1";
ei := GetEchoInput();
SetEchoInput(true);
k := FiniteField(2);
A := AffineSpace(k,3);
p := A ! [1,2,3];
p;
L<w> := ext< k | 2 >; 
q := A(L) ! [1,2,w];  
q[3];   
SetEchoInput(ei);
