"Source: Text/RepThy/LieReps.text";
"Line: 384";
"Date: Fri Nov  8 11:01:29 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/LieReps.text, line: 384
// Example: H111E2 ()
print "Example: H111E2";
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);
