"Source: Text/Algebra/AlgLie.text";
"Line: 2026";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgLie.text, line: 2026
// Example: H110E23 ()
print "Example: H110E23";
ei := GetEchoInput();
SetEchoInput(true);
K,W := ContactLieAlgebra( GF(5), 3, [1,1,1] );
K;W;
K*K eq K;
assert $1;
IsSimple(K);
assert $1;
SetEchoInput(ei);
