73.55 Elements for cat1-groups

Cat1Ops.Elements( C )

This function returns the two-element list of lists of elements of the source and range of C.

    gap> Elements( C );
    [ [ (), (2,3,5,4), (2,4,5,3), (2,5)(3,4), (1,2)(3,5), (1,2,3,4,5),
        (1,2,4,3), (1,2,5,4), (1,3,4,2), (1,3)(4,5), (1,3,5,2,4),
        (1,3,2,5), (1,4,5,2), (1,4,3,5), (1,4)(2,3), (1,4,2,5,3), 
        (1,5,4,3,2), (1,5,3,4), (1,5,2,3), (1,5)(2,4) ],
      [ (), (2,3,5,4), (2,4,5,3), (2,5)(3,4) ] ]  

Previous Up Top Next
Index

GAP 3.4.4
April 1997