"Source: Text/Algebra/AlgLie.text";
"Line: 5391";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgLie.text, line: 5391
// Example: H110E57 ()
print "Example: H110E57";
ei := GetEchoInput();
SetEchoInput(true);
G:= SubalgebrasInclusionGraph( "C3" );
G;
v:= Vertices(G);
Label( v[10] );
SemisimpleType( Label( v[7] ) );
SemisimpleType( Label( v[8] ) );
SemisimpleType( Label( v[13] ) );
SemisimpleType( Label( v[15] ) ); 
SetEchoInput(ei);
