SOLUTION: <pre> Let a Permutation be defined as : input: 1 2 3 4 5 6 7 8 9 10 output: 6 9 2 7 4 10 1 9 5 3 find out the inverse of this permutation</pre>

Algebra ->  Permutations -> SOLUTION: <pre> Let a Permutation be defined as : input: 1 2 3 4 5 6 7 8 9 10 output: 6 9 2 7 4 10 1 9 5 3 find out the inverse of this permutation</pre>      Log On


   



Question 1034541:
Let a Permutation be defined as :
input:  1 2 3 4 5  6 7 8 9 10
output: 6 9 2 7 4 10 1 9 5  3
find out the inverse of this permutation

Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!
`
Sorry, there is a mistake, for there are two 9 outputs,
which keeps it from having an inverse. If you will correct
it in the thank-you note form below, I'll get back to you
by email.