"Source: Text/Algebra/AlgLie.text";
"Line: 5559";
"Date: Thu Nov  7 07:18:13 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgLie.text, line: 5559
// Example: H107E60 ()
print "Example: H107E60";
ei := GetEchoInput();
SetEchoInput(true);
L:= LieAlgebra( RootDatum("A2"), Rationals() );
NilpotentOrbit( L, [2,2] );    
NilpotentOrbit( L, L.1 );      
SetEchoInput(ei);
