FUNCTION: ListCompoFatter - all compositions fatter than a given one
CALLING SEQUENCE:
- ListCompoFatter(compo)
- COMP[ListCompoFatter](compo)
-
PARAMETERS:
- compo = any list denoting a composition
SYNOPSIS:
- The ListCompoFatter function generates all compositions fatter than a
a given composition compo (obtained by summing adjacent parts of
compo). The result is a list of compositions.
- Whenever there is a conflict between the function name ListCompoFatter
and another name used in the same session, use the long form
COMP['ListCompoFatter'].
EXAMPLES:
> with(COMP):
> ListCompoFatter([2,1,3]);
[[6], [2, 4], [3, 3], [2, 1, 3]]
SEE ALSO: ListCompo ListCompoFiner