Permutations of ordered set where only one object changes its position.
1 view (last 30 days)
Show older comments
Michael Stollenwerk
on 14 Apr 2021
Answered: David Goodmanson
on 15 Apr 2021
Is there a quick way to get all possible permutations where we put one object at all position, while keeping the order of all other objects?
As an examle, consider {A,B,C}.
- Change position of A: ABC, BAC, BCA
- Change position of B: ACB [BAC, ABC both done in 1.]
- Change position of C: CAB [ACB, ABC, done in 1. and 2.]
0 Comments
Accepted Answer
David Goodmanson
on 15 Apr 2021
Hi Michael,
no there is not. CBA is a permutation, and it cannot be made to fit the pattern.
0 Comments
More Answers (0)
See Also
Categories
Find more on Point Cloud Processing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!