"Source: Text/Commut/AlgAff.text";
"Line: 563";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Commut/AlgAff.text, line: 563
// Example: H115E3 ()
print "Example: H115E3";
ei := GetEchoInput();
SetEchoInput(true);
Q := RationalField();
A<x, y> := AffineAlgebra<Q, x, y | x^2 - 2, y^3 - 5>;
UP<z> := PolynomialRing(Q);
MinimalPolynomial(x + y);          
SetEchoInput(ei);
