"Source: Text/RepThy/LieReps.text";
"Line: 1050";
"Date: Fri Nov  8 11:01:29 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/RepThy/LieReps.text, line: 1050
// Example: H111E7 ()
print "Example: H111E7";
ei := GetEchoInput();
SetEchoInput(true);
R := RootDatum("D4" : Isogeny := "SC");
D := AdjointRepresentationDecomposition(R);
RepresentationDimension(D);
assert $1 eq 28;
wts, mps := WeightsAndMultiplicities(D); wts,mps;
num,den := QuantumDimension(R, wts[1]); num,den;
&*num/&*den;
assert $1 eq 28;
SetEchoInput(ei);
