"Source: Text/LieTheory/RootDtm.text";
"Line: 3315";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/RootDtm.text, line: 3315
// Example: H104E33 ()
print "Example: H104E33";
ei := GetEchoInput();
SetEchoInput(true);
R := RootDatum("b3");
SemisimpleType(LieAlgebra(R, Rationals()));
#CoxeterGroup(R);
assert $1 eq 48;
GroupOfLieType(R, Rationals());
SetEchoInput(ei);
