"Source: Text/Algebra/AlgLie.text";
"Line: 4486";
"Date: Thu Nov  7 07:18:13 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgLie.text, line: 4486
// Example: H107E48 ()
print "Example: H107E48";
ei := GetEchoInput();
SetEchoInput(true);
L:= LieAlgebra( "A2", GF(5) );
IsRestrictable( L );
pmap:= pMap( L );
pmap( 2*L.3 + L.4);
SetEchoInput(ei);
