73.106 TableSourceEndomorphismDerivations

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) ]
    [ () ]
    [ () ]
    [ () ]  

Previous Up Top Next
Index

GAP 3.4.4
April 1997