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