|
|
|||
|
|
| IntegerPartitions[n] 整数 n をより小さな整数に分割する可能なすべての方法のリストを返す. |
| IntegerPartitions[n, k] 最高で k 個の整数に分割する. |
| IntegerPartitions[n, {k}] 厳密に k 個の整数に分割する. |
| IntegerPartitions[n, {kmin, kmax}] kmin 個から kmax 個までの整数に分割する. |
| IntegerPartitions[n, kspec, {s1, s2, ...}] si だけを含む部分を与える. |
| IntegerPartitions[n, kspec, sspec, m] 結果を最初の m 通りに限定する. |