"Source: Text/Ring/FldNum.text";
"Line: 532";
"Date: Wed Apr 27 14:29:19 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Ring/FldNum.text, line: 532
// Example: H36E2 ()
print "Example: H36E2";
ei := GetEchoInput();
SetEchoInput(true);
K := RadicalExtension(Rationals(), 3, 2);
l := CompositeFields(K, K);
l;
SetEchoInput(ei);
