"Source: Text/Commut/AlgAff.text";
"Line: 564";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Commut/AlgAff.text, line: 564
// Example: H118E3 ()
print "Example: H118E3";
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);
