combinat::permutations::saillances --
Saillances of permutations
IntroductionFunctions related to the saillances of permutations
Details
saillancesNumber(permutation p)p.
Example 1The saillances of a permutation are computed as:
>> combinat::permutations::saillances([7, 1, 4, 6, 2, 5, 3]);
[1, 4, 6, 7]
The number of saillances can be directly computed using:
>> combinat::permutations::saillancesNumber([7, 1, 4, 6, 2, 5, 3]);
4
MuPAD Combinat, an open source algebraic combinatorics package