"Source: Text/Geometry/AlgSrf.text";
"Line: 4116";
"Date: Mon Mar 29 22:30:18 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/AlgSrf.text, line: 4116
// Example: H123E21 ()
print "Example: H123E21";
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);
