"Source: Text/Algebra/AlgLie.text";
"Line: 1911";
"Date: Thu Nov  7 07:18:13 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgLie.text, line: 1911
// Example: H107E21 ()
print "Example: H107E21";
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);
