Difference between revisions of "Permutations"
m (adding doc status category stub page) |
|||
Line 1: | Line 1: | ||
[[category:Math Functions]] | [[category:Math Functions]] | ||
− | [[Category:Doc Status | + | [[Category:Doc Status C]] <!-- For Lumina use, do not change --> |
− | {{ | + | = Permutations(k,n) = |
+ | |||
+ | The number of possible permutations of ''k'' items taken from a bucket of ''n'' items. | ||
+ | |||
+ | = Library = | ||
+ | |||
+ | Advanced math | ||
+ | |||
+ | = Example = | ||
+ | |||
+ | :Permutations(2,4) → 12 | ||
+ | They are: {1,2}, {1,3}, {1,4}, | ||
+ | |||
+ | = See Also = | ||
+ | |||
+ | * [[Combinations]] | ||
+ | * [[Factorial]] |
Revision as of 21:30, 10 July 2007
Permutations(k,n)
The number of possible permutations of k items taken from a bucket of n items.
Library
Advanced math
Example
- Permutations(2,4) → 12
They are: {1,2}, {1,3}, {1,4},
See Also
Comments
Enable comment auto-refresher