Question on Permutations and Products of Transpositions.

Wesc
Messages
12
Reaction score
1
Hi all, I've answered a question but there's no answer for it, and if ye could tell me if I'm doing it right I'd appreciate it thanks :)

Permutation: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
--------------------2 3 1 6 5 4 8 10 13 11 12 7 14 9

(i) Write it as a product of transpositions.

I got the answer (1 2)(2 3)(4 6)(7 8)(8 10)(10 11)(11 12)(13 14)(14 9) ... But unsure if this is correct !

(ii) What is the sign of the permutation in terms of the product of transpositions? ... Not sure what the answer is here :( Could anyone show me how to do it?
 
Physics news on Phys.org
Wesc said:
Hi all, I've answered a question but there's no answer for it, and if ye could tell me if I'm doing it right I'd appreciate it thanks :)

Permutation:
Code:
1 2 3 4 5 6 7 8  9  10 11 12 13 14
2 3 1 6 5 4 8 10 13 11 12 7  14 9

(i) Write it as a product of transpositions.

I got the answer (1 2)(2 3)(4 6)(7 8)(8 10)(10 11)(11 12)(13 14)(14 9) ... But unsure if this is correct !

Seems ok.

(ii) What is the sign of the permutation in terms of the product of transpositions? ... Not sure what the answer is here :( Could anyone show me how to do it?

Is it written as a odd or an even number of permutations? What is the corresponding sign?
 
micromass said:
Seems ok.



Is it written as a odd or an even number of permutations? What is the corresponding sign?

Obviously >.< *Facepalm*

Thank you.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top