How to find permutation root?

Let's talk about algorithms!

Moderator: Board moderators

Post Reply
Mek
New poster
Posts: 12
Joined: Tue Jan 18, 2005 10:43 pm

How to find permutation root?

Post by Mek »

..
nnahas
New poster
Posts: 40
Joined: Mon Nov 01, 2004 7:56 pm

Re: How to find permutation root?

Post by nnahas »

Of course you can find the nth roots of a permutation only if it has roots .
e.g, odd permutations do not have square roots.

Here are 2 links to find nth root of a permutation:
1- Description of a general algorithm to find the nth root of a permutation by Prof. Vaughan Pratt :
http://groups.yahoo.com/group/theory-edge/message/6884

2-a paper about the subject. (Although no algo is given, it is quite easy to make one when you understand the paper)
http://www.combinatorics.org/Volume_9/PDF/v9i1r3.pdf
Post Reply

Return to “Algorithms”