"Source: Text/Geometry/Scheme.text";
"Line: 6137";
"Date: Fri May 26 16:23:18 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/Scheme.text, line: 6137
// Example: H119E45 ()
print "Example: H119E45";
ei := GetEchoInput();
SetEchoInput(true);
P<w,x,y,z> := ProjectiveSpace(Rationals(),3);
f := map< P -> P | [1/w,1/x,1/y,1/z] >;
f12 := RestrictionToPatch(f,1,2);
f12;
ProjectiveClosure(f12);
ProjectiveClosure(f12) eq f;
assert $1;
SetEchoInput(ei);
