"Source: Text/Geometry/Scheme.text";
"Line: 6476";
"Date: Fri May 26 16:23:18 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/Scheme.text, line: 6476
// Example: H119E50 ()
print "Example: H119E50";
ei := GetEchoInput();
SetEchoInput(true);
k := FiniteField(23);
A<x,y,z> := AffineSpace(k,3);              
M := Matrix(k,4,4,[1,2,3,-4,2,3,5,6,3,4,5,9,4,5,6,0]);
phi := Projectivity(A,M);
KA<u,v,w> := Parent(x/y);
phi;
Type(phi);
IsRegular(phi);
assert not $1;
SetEchoInput(ei);
