What is Permutation: Definition and 275 Discussions

In mathematics, a permutation of a set is, loosely speaking, an arrangement of its members into a sequence or linear order, or if the set is already ordered, a rearrangement of its elements. The word "permutation" also refers to the act or process of changing the linear order of an ordered set.Permutations differ from combinations, which are selections of some members of a set regardless of order. For example, written as tuples, there are six permutations of the set {1,2,3}, namely: (1,2,3), (1,3,2), (2,1,3), (2,3,1), (3,1,2), and (3,2,1). These are all the possible orderings of this three-element set. Anagrams of words whose letters are different are also permutations: the letters are already ordered in the original word, and the anagram is a reordering of the letters. The study of permutations of finite sets is an important topic in the fields of combinatorics and group theory.
Permutations are used in almost every branch of mathematics, and in many other fields of science. In computer science, they are used for analyzing sorting algorithms; in quantum physics, for describing states of particles; and in biology, for describing RNA sequences.
The number of permutations of n distinct objects is n factorial, usually written as n!, which means the product of all positive integers less than or equal to n.
Technically, a permutation of a set S is defined as a bijection from S to itself. That is, it is a function from S to S for which every element occurs exactly once as an image value. This is related to the rearrangement of the elements of S in which each element s is replaced by the corresponding f(s). For example, the permutation (3,1,2) mentioned above is described by the function



α


{\displaystyle \alpha }
defined as:




α
(
1
)
=
3
,

α
(
2
)
=
1
,

α
(
3
)
=
2


{\displaystyle \alpha (1)=3,\quad \alpha (2)=1,\quad \alpha (3)=2}
.The collection of all permutations of a set form a group called the symmetric group of the set. The group operation is the composition (performing two given rearrangements in succession), which results in another rearrangement. As properties of permutations do not depend on the nature of the set elements, it is often the permutations of the set



{
1
,
2
,

,
n
}


{\displaystyle \{1,2,\ldots ,n\}}
that are considered for studying permutations.
In elementary combinatorics, the k-permutations, or partial permutations, are the ordered arrangements of k distinct elements selected from a set. When k is equal to the size of the set, these are the permutations of the set.

View More On Wikipedia.org
  1. R

    Probability- precalc permutation and combination

    Homework Statement P(4,2)+C(5,3) Homework Equations The Attempt at a Solution I think I'm missing something, P(4,2)= 4P2 and C(5,3)=5C3 ?
  2. E

    What are the possible arrangements of BENNETT TAN with separated T's and N's?

    Homework Statement Find the number of different arrangements of the name "BENNETT TAN" with all the T's separated and all the N's separated. Homework Equations The Attempt at a Solution I have no idea how to start this question. If anyone is so kind to help me. Thank you. I...
  3. E

    Solving Permutation Problem: 7 Mech, 6 Civil & 5 Elec for 9 Presentations

    Homework Statement If the class contains 7 mechanical, 6 civil and 5 electrical and we require that the 9 individuals who give their presentations on day 1 must include 3 mechanical, 3 civil and 3 electrical, how many different orders of presentation are there for day 1? Homework...
  4. S

    Permutation & Combination of multiple duplicates

    Let me phrase the problem in a general way. Given n objects in a set. All the objects can be categorized into k groups such that no two objects from different groups are identical. Objects in the same group are indistinguishable from each other within the group. Number of objects in each...
  5. R

    Combination + Permutation Question

    Homework Statement Consider a team of 11 soccer players, all of whom are equally good players and can play any position. (a) Suppose that the team has just finished regulation time for a play-off game and the score is tied with the other team. The coach has to select five players for...
  6. J

    Permutation Formula Not Working

    I am stuck on this. I have three variables (daily, weekly, monthly), they can have a value of yes or no. I need to know the number of possible 'yes' permutations. I use the formula: n! / (n-r)! which yields '6' i.e., 3*2*1 / (3-3)! --> 6/1 = 6 Yet when I do it by hand: count Monthly...
  7. S

    Proving Vector Identities Using the Permutation Tensor and Kroenecker Delta

    Homework Statement Prove using the Levi-Civita Tensor/Kroenecker Delta that: (AxB)x(CxD) = (A.BxD).C-(A.BxC).D Homework Equations εіјkεimn = δjmδkn – δjnδkm (where δij = +1 when i = j and 0 when i ≠ j) The Attempt at a Solution if E = (AxB) then Ei = εіјkAjBk, and if F =...
  8. J

    Circular Permutation: 7 Boys 5 Girls

    Circular Permutation?? if there are 7 boys and 5 girls, how many circular arrangements are possible if the ladies do not sit adjacent to each other.??
  9. C

    Balls into Boxes Permutation Help

    Homework Statement Determine all possible ways to placing three balls into three boxes, where there may be more than one ball in anyone of the three boxes. Could you determine all possible ways of placing 20 balls in 365 boxes? Homework Equations The Attempt at a Solution I know this problem...
  10. D

    Prove 1*1! + 2*2! + 3*3!+ ... + n*n! + (n+1)*(n+1)! = (n+2)! -1

    Homework Statement Prove that 1/2 P(2,1) + 2/3 P(3,2)+3/4 P(4,3)+ ... + n/(n+1) P(n+1,n) = (n+1)! - 1 Please help! Homework Equations P(n,r) = n!/(n-r)!The Attempt at a Solution The inequation can be simplified to: 1*1! + 2*2! + 3*3!+ ... + n*n! = (n+1)! - 1 (*) Use the induction method...
  11. Z

    Measuring variation of a permutation

    suppose I have a number of permutations of a vector of bits and i want to have some measure of how varied the sequence is. e.g. i want a single measure that can express the difference between this: 1010101010 and this: 1111100000 the measure would ideally place vectors on a spectrum so...
  12. B

    Very strange permutation problem

    Homework Statement ~ Homework Equations product of permutation The Attempt at a Solution i have difficulty understanding this q. why in \sigma there are b1b2...bn new element? why can i insert \tau in the permutation "matrix"?\tauitself is a "matrix"??
  13. N

    Permutation Question: How to Represent All 32 Possible System States

    A system that runs successfully needs 5 components to function properly. Each component is either operable (o) or inoperable (i). Thus the sequence OOOOi denots a state in which all components except the last component are operable. How many states are possible? I know the answer is 2^5 =...
  14. R

    Statistics probability help needed (permutation?)

    Homework Statement An analyst is presented with lists of four stocks and six bonds. He is asked to predict, in order, the two stocks that will yield the highest return over the next year and the two bonds that will have the highest return over the next year. Suppose that these predictions...
  15. J

    Permutation and combination homework

    Find how many 3 digits odd number that can be obtained from the digit 1,2,3,4,5,6,7 if, 1/ Repetition of digits not allowed 2/ Repetition of digits allowed my work 1/ --- the last i digit i have control 1,3,5,7 so 2 remaining digits = 6 P 2 x 4 (4ways)...
  16. R

    Permutations Algebra: Solving Homework Problem

    Homework Statement This is a worked problem: [PLAIN]http://img409.imageshack.us/img409/4821/14091194.gif The Attempt at a Solution In the answer, how did they get from (1 3 4 9)^7(2 6 8)^7 to (1 3 4 9)^{-1}(2 6 8)? I know that \tau^7 means the permutation \tau repeated 7...
  17. L

    Permutation as a Product of Transposition

    hi guys.. can you help me prove this theorem? Every permutation S_n where n>1 is a product of 2 cycles.. i got a little confused with some books' proof..thnx
  18. R

    Solving Permutation Group Homework: Part (f) Explained

    Homework Statement I have problems understanding part (f) of the following worked example: [PLAIN]http://img7.imageshack.us/img7/5557/61793282.gif The Attempt at a Solution So in part (f), when calculating (\sigma \tau)^{9000}, how does (\sigma \tau)^{818 \times 11} (\sigma \tau)^2...
  19. K

    Space spanned by all 5x5 permutation matrices

    Homework Statement "How many 5x5 permutation matrices are there? Are they linearly independent? Do they span the space of all 5x5 matrices?"Homework EquationsThe Attempt at a Solution The first two questions are fairly easy. 5! = 120 P matrices. Since dim(space of all 5x5 matrices) = 25...
  20. Q

    Solve Permutation Group Homework: α o β o α-1

    Homework Statement This is a problem from a chapter entitled "Permutation Groups" of an abstract algebra text. 1. Let α = ( 1 3 5 7 ) and β = (2 4 8) o (1 3 6) ∈ S8 Find α o β o α-1. 2. Let α = ( 1 3) o (5 8) and β = (2 3 6 7) ∈ S8 Find α o β o α-1. Homework Equations Sn is the set...
  21. J

    How Many Unique 7-Digit Numbers Can You Form Under Different Conditions?

    Please i need help i am not that good in probability and permutation. The digits of the number 1,2,2,3,6,7,8 can be read to give many 7-digits numbers. Find how many different 7-digit numbers can be made if 1/ There is no restriction on the order of the digits. 2/ The digits 1,3,7(in any...
  22. majormuss

    How Many Ways to Form a 3-Digit Number from {0,1,2,3,4,5} Without Repetition?

    Homework Statement In how many ways can this selection: {0,1,2,3,4,5} be written in a 3 digit form?(without repetition) Homework Equations The Attempt at a Solution my answer was 120 but the book says it's 100, I am confused.. need help.
  23. S

    Proof - epsilon permutation and metric tensor relation

    Homework Statement \mbox{Prove that}\,g^{ij} \epsilon_{ipt}\epsilon_{jrs}\,=\, g_{pr}g_{ts}\,-\,g_{ps}g_{tr} Notation : e_{ijk}\,=\,e^{ijk}\,=\,\left\{\begin{array}{cc}1,&\mbox{ if ijk is even permutation of integers 123...n }\\-1, & \mbox{if ijk is odd permutation of...
  24. M

    Proving Group Homomorphism: P(G1) is a Subgroup of G2 | Permutation Group Help

    i'm having trouble to show that if P: G1 --> G2 is a group homomorphism, then the image, P(G1) = {g belongs to G2 , s.t. there exists h belonging G1 , P(h) = g}, is a subgroup of G2 Also: Let G be a group, and Perm(G) be the permutation group of G. Show that the map Q : G --> Perm(G) g...
  25. M

    How Do Group Homomorphisms Affect Permutation Groups and Subgroups?

    Help with permutation groups... How do i show that if P: G1 --> G2 is a group homomorphism, then the image, P(G1) = {g belongs to G2 , s.t. there exists h belonging to G1 , P(h) = g}, is a subgroup of G2 Also if we let G be a group, and Perm(G) be the permutation group of G. How do i show...
  26. J

    Short Probability (permutation) question

    Homework Statement There is a total of 19 students sitting in a semi-cirlce. How many seating arrangements are possible, if 4 of the 19 students have to sit next to each other? The Attempt at a Solution I'm not sure if the calculation is: 15! x 4! or 19! / 4! Thanks!
  27. W

    Understanding the Parity and Order of Permutations

    I'm a bit confused about something. Does the parity of a permutation (i.e. if it is even or odd) tell you if the order of the permutation is even or odd, or are they unrelated? Any insight would be appreciated. Cheers, W. =)
  28. G

    Permutation and combination question

    Homework Statement A photographer is positioning 5 men and 4 women for a photo shoot. The men are positioned in the order from shortest on the left to tallest on the right. Find the number of ways the photographer can position them in a row. (All men are of different heights and are not...
  29. E

    If a given permutation in S_n has a given cycle type, describe sgn(sig).

    Homework Statement 5.4: If sigma in S_n has cycle type n_1,...,n_r, what is sgn(sig)? (sgn is the sign homomorphism)Homework Equations sgn(sigma) = 1 if sigma is even. sgn(sigma) = -1 is sigma is odd cycle type is the length of the cycle type. If n_2 = 2, sigma has two 2-cycles.The Attempt at a...
  30. C

    BRS: Subgroup lattice of a Permutation Group via GAP

    I am somewhat distracted so this post will not be what it should, given that GAP is one of my interests. For those who don't already know: GAP is a powerful open source software package for computational algebra, especially computational group theory and allied subjects. This long running...
  31. Z

    Permutations with Standard Form Equations: Solving for n

    Homework Statement the problem states solve for n. nP4 = 8(nP4) Homework Equations no relevant equat. i can think of? The Attempt at a Solution my attempt at this was nP4 = 8(nP3) idk what i tried to do, but i tried to get it in standard form i guess: n!/ (n-4) = 8(n!)/(n-3) it...
  32. S

    Permutation Help: Solve (4 2 1)(5 4 9 10)(2 3 4)(7 1)(3 6)

    Homework Statement [I] need to compute this permutation in S10 (4 2 1)(5 4 9 10)(2 3 4)(7 1)(3 6) Homework Equations The Attempt at a Solution I can compute it when i put it into 2 rows eg 1 2 3 4 5 6 7 8 9 10 4 1 3 2 5 6 7 8 9 10 that's equal to ( 4 2 1) but doing this out with the above...
  33. K

    Calculating Probability for Selecting Tanks with Specific Characteristics

    For this question, i already solve the part a and part b. For the part c, i try to solve it but i can't get the answer that given. Can someone explain to me? How to do the part c. Thanks!
  34. F

    How Does Conjugation Affect Cycles in Permutations?

    Homework Statement Let P be a permutation of a set. Show that P(i1i2...ir)P-1 = (P(i1)P(i2)...P(ir))Homework Equations N/A The Attempt at a Solution Since P is a permutation, it can be written as the product of cycles. So I figured that showing that the above equation holds for cycles will...
  35. F

    Does the Product of Cycles Hold for Permutations?

    Homework Statement Let P be a permutation of a set. Show that P(i1i2...ir)B-1 = (P(i1)P(i2)...P(ir)) Homework Equations N/A The Attempt at a Solution Since P is a permutation, it can be written as the product of cycles. So I figured that showing that the above equation holds...
  36. C

    Group G is A5: How to Determine the Group with Permutations

    Homework Statement Suppose G is a group generated by the two permutations (1 2 3 4 5) and (1 2)(3 4). Decide which group G is and prove your answer.Homework Equations The Attempt at a Solution So i crunched this out and I found identity 15->2 cycles 20->3 cycles and 24->5 cycles So i think...
  37. X

    Generating a Permutation Matrix P for All Permutations of A

    Hello! I was wondering if there is a way to generate a permutation matrix P such that each application of P to another matrix A will find the "next" permutation of A. I'm looking for a way to generate a permutation matrix P (size m x m) such that applying it m! times to A (m x m) returns A...
  38. H

    How to Perform a Permutation with Multiple Cycles

    Homework Statement (1 2) (1 4 5) (2 3 4) (2 5)= (1 4) (3 5) Homework Equations The Attempt at a Solution Can someone explain to me how to do this permutation? I know it's the easiest thing to do but i just went blank! how did my professor get (1 4) (3 5)?
  39. M

    Group Theory Permutation (Hints and )

    Homework Statement 1. Let n ≥ 2. Let H = {σ ∈ S_n: ord(σ) = 2}. Decide whether or not H is a subgroup of S_n. 2. Let G be a group of even order. Show that the cardinality of the set of elements of G that have order 2 is odd. The Attempt at a Solution 1. I have no idea where to start with...
  40. M

    Robot factory permutation riddle

    A factory has built a robot which moves on all squares of a 6*6 table. There is an arrow On all of the squares of the table when it moves on an square it reads the arrow the square and moves according to the square but before doing that it changes the arrow of the square aim to the previous...
  41. D

    How many conjugates does the permutation (123)

    Homework Statement How many conjugates does the permutation (123) have in the group S3 of all permutations on 3 letters? Give brief reasons for your answers. Homework Equations The Attempt at a Solution Answers were provided for this question, but after going carefully through it, I...
  42. V

    Abstract Algebra - Orbit of a permutation

    For this problem, I have to find all orbits of given permutation. \sigma: \mathbb{Z} \rightarrow \mathbb{Z} Where, \sigma(n)=n-3 Now, the problem is I do not know how to approach this permutation in the given format. All the permutations I dealt with were in the form: \mu...
  43. D

    How to Multiply Permutations: A Quick Guide for Beginners

    Homework Statement Multiply the permutation (246)(12)(47) The Attempt at a Solution This has got to be so easy yet I cannot figure it out on my own. I understand that for (246) it means that 2 \mapsto 4, 4 \mapsto 6, 6 \mapsto 2 . Could anyone lead me on what I should do next with...
  44. M

    Clearer Understanding of Permutation and Transpositions

    Let α (alpha) all in S_n be a cycle of length l. Prove that if α = τ_1 · · · τ_s, where τ_i are transpositions, then s geq l − 1. I'm trying to get a better understanding of how to begin proofs. I'm always a little lost when trying to solve them. I know that I want to somehow show that s is...
  45. L

    Permutation and combination of computer text

    Homework Statement a computer terminal displaying text can generate 16 different colours numbered 1 to 16. anyone of colours 1 to 8 may be used as the "background colour" on the screen, and anyone of colours 1 to 16 may be used as the " text colours"; however, selecting the same colour for...
  46. C

    How to find just one permutation in s8

    Hello, can anyone tell me how to find order 15 in S8. I only know. Permutation (abc)(defgh) have order 15. Next, I would think about 8*7*6*5*4*3*2*1 = 13440 Number of permutations, for order 15 in s8. would be 8*7*6*5*4*3*2*1 / 3*5 = 896. There are 896 permutation of order 15 in...
  47. C

    Find a permutation of order 15 in S8.

    Hello, can anyone tell me how to find order 15 in S8. I only know. Permutation (abc)(defgh) have order 15. Next, I would think about 8*7*6*5*4*3*2*1 = 13440 Number of permutations, for order 15 in s8. would be 8*7*6*5*4*3*2*1 / 3*5 = 896. There are 896 permutation of order 15...
  48. C

    Permutation and Combination: Understanding the Use of P and C in Arrangements

    Hi guys, i have no idea how the Permutation should be used. An example, Find the number of arrangement of all nine letters of the word SELECTION in which a)the two letters E are next to each other Well i can solve this, i just make the EE as one unit so 8P8 b)the two letters E are not...
  49. D

    Powers of a permutation matrix.

    Homework Statement If you take powers of a permutation matrix, why is some P^k eventually equal to I ? Homework Equations - The Attempt at a Solution From the solutions manual of the book: There are n! permutation matrices of order n. Eventually, two powers of P must...
  50. D

    Permutation matrix and PA = LDU

    Homework Statement Find the PA = LDU factorizations for: A = \left[ \begin{array}{ccc} 0 & 1 & 1 \\ 1 & 0 & 1 \\ 2 & 3 & 4 \end{array} \right] The author chooses a permutation matrix : P = \left[ \begin{array}{ccc} 0 & 1 & 0 \\ 1 & 0 & 0 \\ 0 & 0 & 1 \end{array} \right] If I do...
Back
Top