73.92 DerivationTable

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 ]  

Previous Up Top Next
Index

GAP 3.4.4
April 1997