"Source: Text/Algebra/AlgLie.text";
"Line: 5608";
"Date: Thu Nov  7 07:18:13 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgLie.text, line: 5608
// Example: H107E62 ()
print "Example: H107E62";
ei := GetEchoInput();
SetEchoInput(true);
L:= LieAlgebra( RootDatum("D4"), Rationals() );
orbs:= NilpotentOrbits( L ); 
Partition( orbs[5] );
Partition( orbs[6] );
SetEchoInput(ei);
