Changes

Jump to navigation Jump to search
no edit summary
Line 9: Line 9:  
*Maxcount is the maximum number of counts to find the Permutation.
 
*Maxcount is the maximum number of counts to find the Permutation.
 
*A formula for the number of possible permutations of k objects from a set of n. <math>n_pK or P(n,k)=\frac{n!}{(n-k)!} </math>
 
*A formula for the number of possible permutations of k objects from a set of n. <math>n_pK or P(n,k)=\frac{n!}{(n-k)!} </math>
 +
 +
==Examples==
 +
#PERMUTATIONS([3,4,5,6],3)
 +
3  4  5
 +
3  4  6
 +
3  5  4
 +
3  5  6
 +
3  6  4
 +
3
 +
6
 +
5
 +
4
 +
3
 +
5
 +
4
 +
3
 +
6
 +
4
 +
5
 +
3
 +
4
 +
5
 +
6
 +
4
 +
6
 +
3
 +
4
 +
6
 +
5
 +
5
 +
3
 +
4
 +
5
 +
3
 +
6
 +
5
 +
4
 +
3
 +
5
 +
4
 +
6
 +
5
 +
6
 +
3
 +
5
 +
6
 +
4
 +
6
 +
3
 +
4
 +
6
 +
3
 +
5
 +
6
 +
4
 +
3
 +
6
 +
4
 +
5
 +
6
 +
5
 +
3
 +
6
 +
5
 +
4
writer
6,694

edits

Navigation menu