> < ^ Date: Tue, 20 Jan 1998 11:10:58 +0100
> < ^ From: Juergen Ecker <juergen.ecker@algebra.uni-linz.ac.at >
> < ^ Subject: Re: Move List

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


> < [top]