"Source: Text/Ring/FldFunG.text";
"Line: 272";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Ring/FldFunG.text, line: 272
// Example: H45E2 ()
print "Example: H45E2";
ei := GetEchoInput();
SetEchoInput(true);
R<x> := FunctionField(GF(5));
P<y> := PolynomialRing(R);
F<alpha> := ext< R | y^2 - 1/x >;
R<y> := PolynomialRing(F);
FF<beta> := FunctionField(y^3 - x/alpha : Check := false);
FF;
SetEchoInput(ei);
