"Source: Text/RepThy/LieReps.text";
"Line: 384";
"Date: Fri Sep 26 12:10:12 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/RepThy/LieReps.text, line: 384
// Example: H114E2 ()
print "Example: H114E2";
ei := GetEchoInput();
SetEchoInput(true);
R := RootDatum("A2");
#CoisogenyGroup(R);
assert $1 eq 3;
L := LieAlgebra(R, GF(2));
h := StandardRepresentation(L);
h(L.1);
L := LieAlgebra(R, GF(3));
R := RootDatum("A2" : Isogeny:="SC");
L := LieAlgebra(R, GF(3));
h := StandardRepresentation(L);
SetEchoInput(ei);
