muEC::COMP::ListCompoFatter – all compositions fatter than a given one

The muEC::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.

→ Examples

Call:

muEC::COMP::ListCompoFatter(compo)

Parameters:

compo

any list denoting a composition

Related Functions:

muEC::COMP::ListCompo, muEC::COMP::ListCompoFiner, muEC::TYP::IsCompo

Example 1:

muEC::COMP::ListCompoFatter( [2,1,3] );

math