"Source: Text/Geometry/AlgSrf.text";
"Line: 4116";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/AlgSrf.text, line: 4116
// Example: H126E21 ()
print "Example: H126E21";
ei := GetEchoInput();
SetEchoInput(true);
Q := Rationals();
Qxy<x,y> := PolynomialRing(Q, 2, "glex");
Qxyz<z> := PolynomialRing(Qxy);
f := z^2 - x*y;
desing := ResolveAffineMonicSurface(f); #desing;
#ResolveAffineMonicSurface(f : Focus := [x,y]);
assert $1 eq 1;
SetEchoInput(ei);
