73.83 ListInnerDerivations

ListInnerDerivations( X ) This functions applies InnerDerivation to every element of X.source and outputs a list of genimages for the resulting derivations. This list is stored as .innerImageList in the derivations record.

    gap> Printlist( ListInnerDerivations( XSC ) );
    [ (), () ]
    [ (), ( 1, 2, 3)( 4, 6, 5) ]
    [ (), ( 1, 3, 2)( 4, 5, 6) ]  

Previous Up Top Next
Index

GAP 3.4.4
April 1997