"Source: Text/RepThy/pAdicGalois.text";
"Line: 368";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/RepThy/pAdicGalois.text, line: 368
// Example: H102E1 ()
print "Example: H102E1";
ei := GetEchoInput();
SetEchoInput(true);
k<e9> := GF(3,2);
S<u> := LaurentSeriesRing(k,20);
D1 := ElementaryPhiModule(S,3,2);
D1;
M := Matrix(S,2,2,[0,k.1*u,1,0]);
D2 := PhiModule(M);
D2;
D := DirectSum(D1,D2);
Slopes(D);
SSGaloisRepresentation(D);
SetEchoInput(ei);
