"Source: Text/RepThy/GalRep.text";
"Line: 488";
"Date: Fri Sep 26 12:10:12 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/RepThy/GalRep.text, line: 488
// Example: H58E9 ()
print "Example: H58E9";
ei := GetEchoInput();
SetEchoInput(true);
K:=pAdicField(2,20);
R<x>:=PolynomialRing(Rationals());
SP(K,1-x^2,2);
$1*$1;     // Tensor product with itself
SetEchoInput(ei);
