DerivationImages( chi )
All the images of the elements of R are found using
DerivationImage
and their positions in S.elements
is returned as a
list.
gap> XSC.source.elements; [ (), ( 1, 2, 3)( 4, 6, 5), ( 1, 3, 2)( 4, 5, 6) ] gap> DerivationImages(chi); [ 1, 2, 3, 2, 3, 1 ]
GAP 3.4.4