Tool for generating derangements. In mathematics, a derangement is a permutation of distinct objects without fixed point, ie that no object is in its original position.
Derangements - dCode
Tag(s) : Combinatorics
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
The disturbances associated with a set of elements are a subset of its permutations. A fault is a permutation of elements without fixed points, that is to say without elements in the same position with the starting position of the whole.
Example: The set A,B,C has 2 faults C,A,B and B,C,A.
The faster way to generate the list of derangements of a set is to list the permutations and remove those with fixed points (elements having an identical position in the permutation and in the starting position).
Example: The set A,B,C has 6 permutations: A,B,C B,A,C C,A,B A,C,B B,C,A C,B,A. Remove the one with fixed points, ie. the permutations with A in position 1, and/or those with B in position 2 and/or those with C in position 3.
The list of derangements are the 2 remaining permutations C,A,B and B,C,A.
Counting derangements uses subfactorials. For $ n $ items, the number of derangements is equal to $ !n $ (subfactorial of $ n $): $$ !n = n! \sum_{k=0}^n \frac {(-1)^k}{k!} $$
Derangements make exponential values. The more calculations there are, the more expensive are computer servers, so the large generations must be paid.
dCode retains ownership of the "Derangements" source code. Except explicit open source licence (indicated Creative Commons / free), the "Derangements" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Derangements" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) and all data download, script, or API access for "Derangements" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Derangements" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Derangements on dCode.fr [online website], retrieved on 2024-11-07,