"Source: Text/Geometry/RieSrf.text";
"Line: 140";
"Date: Mon May 29 16:22:24 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/RieSrf.text, line: 140
// Example: H124E2 ()
print "Example: H124E2";
ei := GetEchoInput();
SetEchoInput(true);
Qxy<x,y> := PolynomialRing(Rationals(),2);
f := x^3 + x^2 + x*y^3 - x*y^2 + y^2 - y;
IntMeth := Random(["Mixed", "GL", "CC", "DE"]);
X := RiemannSurface(f : Precision:=100, IntMethod:=IntMeth);
X;
SetEchoInput(ei);
