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) ]
GAP 3.4.4