"Source: Text/RepThy/LieReps.text";
"Line: 1123";
"Date: Fri Sep 26 12:10:12 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/RepThy/LieReps.text, line: 1123
// Example: H114E8 ()
print "Example: H114E8";
ei := GetEchoInput();
SetEchoInput(true);
R := RootDatum("D4" : Isogeny := "SC");
S := RootDatum("A3T1" : Isogeny := "SC");
M := RestrictionMatrix(R, S);
br := Branch(R, S, [1,0,0,0], M);
br;
cl := Collect(R, br, M);
cl:Maximal;
SetEchoInput(ei);
