Difference between revisions of "Manuals/calci/PERMUTATIONS"
Jump to navigation
Jump to search
(Created page with "==permut") |
|||
Line 1: | Line 1: | ||
− | == | + | <div style="font-size:30px">'''PERMUTATIONS (List,Of,MaxCount,IsAsString)'''</div><br/> |
+ | *<math>List of</math> are set of real numbers. | ||
+ | *<math>MaxCount</math> maximum number of counts. | ||
+ | |||
+ | ==Description== | ||
+ | *This function returns the Permutation list of the given number. | ||
+ | *A permutation, also called an "arrangement number" or "order," is a rearrangement of the elements of an ordered in a list. | ||
+ | *In PERMUTATIONS(List,Of,MaxCount,IsAsString),List is the set of numbers 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> |
Revision as of 15:02, 5 December 2016
PERMUTATIONS (List,Of,MaxCount,IsAsString)
- are set of real numbers.
- maximum number of counts.
Description
- This function returns the Permutation list of the given number.
- A permutation, also called an "arrangement number" or "order," is a rearrangement of the elements of an ordered in a list.
- In PERMUTATIONS(List,Of,MaxCount,IsAsString),List is the set of numbers 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.