"Source: Text/Algebra/AlgLie.text";
"Line: 5177";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgLie.text, line: 5177
// Example: H110E54 ()
print "Example: H110E54";
ei := GetEchoInput();
SetEchoInput(true);
F<a>:= RationalFunctionField( Rationals() );
K:= NilpotentLieAlgebra( F, 6, 19 : pars:= [a^3] );
K.3*K.5;
SetEchoInput(ei);
