"Source: Text/RepThy/LieReps.text";
"Line: 2547";
"Date: Fri Nov  8 11:01:29 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/LieReps.text, line: 2547
// Example: H111E22 ()
print "Example: H111E22";
ei := GetEchoInput();
SetEchoInput(true);
//no-test
MaximalSubgroups("E7");
M := RestrictionMatrix("E7", "A1" : Index := 2); M;
R := RootDatum("E7" : Isogeny := "SC");
S := RootDatum("A1" : Isogeny := "SC");
D := AdjointRepresentationDecomposition(R);
RepresentationDimension(D);
assert $1 eq 133;
E := Branch(S, D, M); #E;
RepresentationDimension(E);
assert $1 eq 133;
SetEchoInput(ei);
