"Source: Text/Algebra/AlgLie.text";
"Line: 1969";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgLie.text, line: 1969
// Example: H110E22 ()
print "Example: H110E22";
ei := GetEchoInput();
SetEchoInput(true);
CH,H,W := ConformalHamiltonianLieAlgebra( GF(9), 2, [2,2] );
CH;H;W;
IsSimple(H);
assert not $1;
IsSimple(H*H);
assert $1;
IsSimple(H*H*H);
assert $1;
IsRestrictedLieAlgebra(H*H*H);
SetEchoInput(ei);
