"Source: Text/Algebra/AlgLie.text";
"Line: 5559";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgLie.text, line: 5559
// Example: H110E60 ()
print "Example: H110E60";
ei := GetEchoInput();
SetEchoInput(true);
L:= LieAlgebra( RootDatum("A2"), Rationals() );
NilpotentOrbit( L, [2,2] );    
NilpotentOrbit( L, L.1 );      
SetEchoInput(ei);
