"Source: Text/Ring/FldFunRat.text";
"Line: 618";
"Date: Tue Jun 27 23:00:02 2017";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Ring/FldFunRat.text, line: 618
// Example: H44E3 ()
print "Example: H44E3";
ei := GetEchoInput();
SetEchoInput(true);
k:=GF(3);
F<t>:=FunctionField(k);
f:=(t^10 + 2*t^8 + 2*t^4 + t^2)/(t^12 + 2*t^6 + 1);
Decomposition(f);
Decomposition(f : All := false);
Evaluate($1[1][3], Evaluate($1[1][2], $1[1][1])) eq f;
SetEchoInput(ei);
