Dear forum,
Bruce W. Colletti wrote:
>
> What is the GAP3.4.4 function that returns a list of the points moved by a
> permutation?
>
> Thank you.
>
> Bruce
As an easy solution I suggest
PermGroupOps.MovedPoints( Group( <perm> ) );
where <perm> is the permutation. I think that there is no function to
compute it directly, but of course one could write such a function,
which would certainly be a good idea.
Regards
Juergen