|
|
Monday, November 04, 2002 |
|
dublab.. infinite wheel. In particular dub selector 8. 4:56:02 PM |
|
N choose M refresher! 11. Ordered with reuse: N^M Equal to number of functions from a particular M-element set to a particular N-element set; or alternatively the number of length-M "strings" built from an N-element "alphabet". Since these two are isomorphic, any length-M "string" can be thought of as a function that maps "positions" to "characters". 10. Ordered, no reuse: N!/(N-M)! Equal to the number of injective (1-1) functions from a particular M-element set to a particular N-element set. Injective functions can be thought of as being an "image" of the domain in the codomain, so this would be the number of different M-sized pictures in an N-element set. Any other real-world interpretations of this? ("Permutations of N elements" is N choose N, ordered without reuse = N!/(N-N)! = N!/0! = N!/1 = N!) 01. Unordered with reuse: ? Equal to the number of "sorted length-M lists" in N; i.e. the the number of equivalence classes in the set of 11 under a total ordering relation on M. Shouldn't be too hard to derive but I got work to do. 00. Unordered, no reuse: N!/(N-M)!M! Equal to number of M-element subsets of N. Note that the powerset of a set S (the set of all subsets of S) has cardinality 2^#S (equal to the number of functions from S to a particular 2-element set e.g. {true, false}). So Sum[M=0..N](N!/(N-M)!M!) = 2^N. Shouldn't be too hard to derive but I got work to do. (Some basics here) 3:56:55 PM |
|
Exponentiation refresher! 2:06:36 PM |