DerivationTable( D )
The function DerivationImages
in refDerivationImages is applied
to each derivation in the current derivations record and a list of
positions of images in S is returned.
gap> PrintList( DerivationTable( allXSC ) ); [ 1, 1, 1, 1, 1, 1 ] [ 1, 1, 1, 2, 2, 2 ] [ 1, 1, 1, 3, 3, 3 ] [ 1, 3, 2, 1, 3, 2 ] [ 1, 3, 2, 2, 1, 3 ] [ 1, 3, 2, 3, 2, 1 ] [ 1, 2, 3, 1, 2, 3 ] [ 1, 2, 3, 2, 3, 1 ] [ 1, 2, 3, 3, 1, 2 ]
GAP 3.4.4