+0  
 
0
760
2
avatar

what is permutation

 Feb 20, 2015

Best Answer 

 #1
avatar+109 
+5

Permutation is the act of re-arranging a set of objects (Primarily numbers, but also applicable with about anything), to every feasible sub-set of that particular set. 

 

{0, 1, 2} = (0, 1, 2), (0, 2, 1), (1, 0, 2), (1, 2, 0), (2, 0, 1), (2, 1, 0);

 

Number of Permutations = n! where "n" is the length of a particular set.

 Feb 20, 2015
 #1
avatar+109 
+5
Best Answer

Permutation is the act of re-arranging a set of objects (Primarily numbers, but also applicable with about anything), to every feasible sub-set of that particular set. 

 

{0, 1, 2} = (0, 1, 2), (0, 2, 1), (1, 0, 2), (1, 2, 0), (2, 0, 1), (2, 1, 0);

 

Number of Permutations = n! where "n" is the length of a particular set.

Sorasyn Feb 20, 2015
 #2
avatar+128475 
0

Very nice, Sorasyn.....!!!

A definite 3 points for that one.....

 

 Feb 20, 2015

3 Online Users

avatar
avatar