Permutation
Constructs a permutation.
Syntax
permutation(List)
permutation(List, Integer)
permutation(Vector)
Description
Constructs a permutation given a list with the cycle representation.
Constructs a permutation given a list with the cycles representation. The second argument is an integer : the length of the permutation.
Constructs a permutation given a vector with all the images of the permutation.