"Source: Text/Geometry/GrphRes.text";
"Line: 409";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/GrphRes.text, line: 409
// Example: H125E2 ()
print "Example: H125E2";
ei := GetEchoInput();
SetEchoInput(true);
A<x,y> := AffineSpace(Rationals(),2);
f := x^2*y - x;
P := Pencil(A,f);
P;
ResolutionGraph(P);
ResolutionGraph(P,0,1);
SetEchoInput(ei);
