"Source: Text/RepThy/LieReps.text";
"Line: 307";
"Date: Fri Sep 26 12:10:12 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/RepThy/LieReps.text, line: 307
// Example: H114E1 ()
print "Example: H114E1";
ei := GetEchoInput();
SetEchoInput(true);
R := RootDatum("D4" : Isogeny := "SC");
D := AdjointRepresentationDecomposition(R);
D:Maximal;
HighestRoot(R : Basis := "Weight");
SetEchoInput(ei);
