"Source: Text/Commut/Ideal.text";
"Line: 2426";
"Date: Thu May 25 16:54:39 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Commut/Ideal.text, line: 2426
// Example: H113E16 ()
print "Example: H113E16";
ei := GetEchoInput();
SetEchoInput(true);
P<x, y, z> := PolynomialRing(RationalField(), 3);
SyzygyMatrix([x + y, x - y, x*z + y*z]);
SetEchoInput(ei);
