I would like to know how to obtain the conjugacy class of some tuple in GAP, or how two know if two tuples are conjugate by an element of some group (permutation group, more especifically).
I know that for unidimensional cases I can use IsConjugate or ConjugacyClass, but I don't know how to do for a list of elements.
To test in GAP whether two tuples are conjugate, first test whether the first entries are conjugate, then map the whole tuple with a conjugator and test for conjugacy of the second component under the centralizer of the first. This is implemented under
RepresentativeAction:e.g.