TableSourceEndomorphismDerivations( X )
Applying SourceEndomorphismDerivation to every derivation produces a
list of endomorphisms of S = X.source. This function returns a list
of .genimages for these endomorphisms. Note that, in this example,
S = c3 and the irregular derivations produce zero maps.
gap> TSE := TableSourceEndomorphismDerivations( XSC );;
gap> PrintList( TSE );
[ ( 1, 2, 3)( 4, 6, 5) ]
[ ( 1, 2, 3)( 4, 6, 5) ]
[ ( 1, 2, 3)( 4, 6, 5) ]
[ ( 1, 3, 2)( 4, 5, 6) ]
[ ( 1, 3, 2)( 4, 5, 6) ]
[ ( 1, 3, 2)( 4, 5, 6) ]
[ () ]
[ () ]
[ () ]
GAP 3.4.4