"Source: Text/Algebra/AlgLie.text";
"Line: 5177";
"Date: Thu Nov  7 07:18:13 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgLie.text, line: 5177
// Example: H107E54 ()
print "Example: H107E54";
ei := GetEchoInput();
SetEchoInput(true);
F<a>:= RationalFunctionField( Rationals() );
K:= NilpotentLieAlgebra( F, 6, 19 : pars:= [a^3] );
K.3*K.5;
SetEchoInput(ei);
