"Source: Text/Geometry/Scheme.text";
"Line: 7454";
"Date: Fri May 26 16:23:18 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/Scheme.text, line: 7454
// Example: H119E58 ()
print "Example: H119E58";
ei := GetEchoInput();
SetEchoInput(true);
P<x,y,z> := ProjectiveSpace(Rationals(),2);
L := LinearSystem(P,1);
K := LinearSystem(P,[x+y,x-y,z+2*z+3*y]);
L eq K;                
assert $1;
SetEchoInput(ei);
