combinat[composition] - k-compositions of an integer
|
Calling Sequence
|
|
composition(n, k)
|
|
Parameters
|
|
n, k
|
-
|
non-negative integers
|
|
|
|
|
Description
|
|
•
|
The procedure composition computes and returns a list containing all distinct ordered k-tuples of positive integers whose elements sum to n. These are known as the compositions of n.
|
•
|
In the list of k-tuples returned, each k-tuple is a list representing a particular composition of n.
|
•
|
See also the function numbcomp, which computes the number of different compositions of an integer.
|
•
|
The command with(combinat,composition) allows the use of the abbreviated form of this command.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?