combinat::permutations::saillances
--
Saillances of permutations
Functions related to the saillances of permutations
saillancesNumber(permutation p)
p
.The 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