1 2 3 4 5 6 7 8 9 10 11 12
2 8 6 10 4 9 11 7 12 3 5 1
[/code]
which tells us to move the object in
the 1st position to the 2nd position,
the object in the 2nd position to the
8th position, ..., and the object in
the 12th position to the 1st position.
We will use this to permute the 12
letters ABCDEFGHIJKL. Applying P
to this yields LAJEKCHBFDGI. For this
we write P(ABCDEFGHIJKL)=LAJEKCHBFDGI.
We can continue to apply P so that
P[sup]2[/sup](ABCDEFGHIJKL)=P(LAJEKCHBFDGI) and
we can compute P(LAJEKCHBFDGI). Since
P has cycle length 12, applying P
over and over again 12 times will
get us back to ABCDEFGHIJKL, written
P[sup]12[/sup](ABCDEFGHIJKL)=ABCDEFGHIJKL.
So, I can easily produce all 12
sequences of letters which powers
of P can make when applied to
ABCDEFGHIJKL.
Now, suppose I do this with another
permutation Q on 12 objects with
cycle length 12. The 12 letter
sequences which were produced (in
alphabetical order -- [b]NOT[/b] the order
of their generation) is:
Question
superprismatic
Let P be a permutation on 12 objects
which has cycle length 12. As an
example, suppose P were given by
Find all the possible permutations
which Q could be?
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.