"Source: Text/LieTheory/Cartan.text";
"Line: 1063";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/Cartan.text, line: 1063
// Example: H102E15 ()
print "Example: H102E15";
ei := GetEchoInput();
SetEchoInput(true);
CoxeterGroupOrder("F4");
assert $1 eq 1152;
CoxeterGroupFactoredOrder("F4");
NumPosRoots("F4");
assert $1 eq 24;
#FundamentalGroup("F4");
assert $1 eq 1;
SetEchoInput(ei);
