COMP::ListCompoFatter
--
all compositions fatter than a given one
COMP::ListCompoFatter(compo)
compo | - | any list denoting a composition |
The COMP::ListCompoFatter
function generates all compositions fatter than a given
composition compo
(obtained by summing adjacent parts of compo
).
The result is a list of compositions.
>> muEC::COMP::ListCompoFatter( [2,1,3] );
[[6], [2, 4], [3, 3], [2, 1, 3]]
ListCompo
, ListCompoFiner
, TYP::IsCompo
MuPAD Combinat, an open source algebraic combinatorics package