"Source: Text/Algebra/AlgLie.text";
"Line: 4559";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgLie.text, line: 4559
// Example: H110E49 ()
print "Example: H110E49";
ei := GetEchoInput();
SetEchoInput(true);
G:= SmallGroup( 3^6, 196 );
L, gr:= JenningsLieAlgebra( G );
L;
gr;
// So the first three basis elements are of degree 1,
// the fourth basis element is of degree 2, and so on.
pmap:= pMap( L );
pmap( L.1 );
SetEchoInput(ei);
