"Source: Text/Algebra/AlgLie.text";
"Line: 942";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgLie.text, line: 942
// Example: H110E11 ()
print "Example: H110E11";
ei := GetEchoInput();
SetEchoInput(true);
QQ := Rationals();
L := ExtremalLieAlgebra(QQ, BipartiteGraph(2,2));
Ngens(L), CoefficientRing(L);
G := CommutatorGraph(L); G;
L := ExtremalLieAlgebra(QQ, 4 : CommGens := [<1,2>,<3,4>]);
Ngens(L), CoefficientRing(L);
G := CommutatorGraph(L); G;
SetEchoInput(ei);
