"Source: Text/Ring/FldFunG.text";
"Line: 8497";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Ring/FldFunG.text, line: 8497
// Example: H45E48 ()
print "Example: H45E48";
ei := GetEchoInput();
SetEchoInput(true);
PF<x> := PolynomialRing(GF(31, 3));
P<y> := PolynomialRing(PF);
FF1<b> := ext<FieldOfFractions(PF) | y^2 - x>;
P<y> := PolynomialRing(FF1);
FF2<d> := ext<FF1 | y^3 - b : Check := false>;
Cartier(Differential(d), 4);
CartierRepresentation(FF2, 3);
SetEchoInput(ei);
