Permutation Multiplication and Order of Permutations on 9 Elements

  • Thread starter Thread starter kevek
  • Start date Start date
  • Tags Tags
    Group Permutation
kevek
Messages
12
Reaction score
0
the group of permutations on 9 elements (1,2,3,4,5,6,7,8,9)

Can any I tell me how can I make a multiplication between permutations, and to take some power to permutations?
also, how can I show that determines the order of the permutation.

Many Thanks.
 
Physics news on Phys.org
The "multiplication" in the group is simply performing them after one another.
Take 9 colored balls. Permute the first and third one. Now permute the third and fifth one (note: by third one I mean the one in the third position, not the third ball which is not in the first position).
You have just composed the permutations (13) and (35). In effect, you have moved the first one to the fifth, the fifth one to the third and the third one to the first, so in cycle notation:
(35) o (13) = (153).
(where the composition o is to be read as: "after").

Then as in any group, a power is simply composing the permutation with itself, e.g.
(13)^2 = (13) o (13) = 1
(153)^2 = (153)(153) = (135)
and working out the order is simply composing until you get the identity, e.g.
(153)^3 = (135)(153) = 1
 
Thank you very much for your help.

can you please list some more example in this 9 colored balls please, I am not quite understand the basic thorey inside. I mean (35) after (13) = (351)?

and what is exactly mean of 'identity'
 
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