Difference between revisions of "CoCoA:Partitions"

From ApCoCoAWiki
(pushing XML rev. 1.46, again)
 
(No difference)

Latest revision as of 10:02, 24 October 2007

Partitions

partitions of an integer

Description

These function returns all integer partitions of N, positive integer

Example

  Partitions(3);
[[3], [1, 2], [1, 1, 1]]
-------------------------------

Syntax

Partitions(N: INT): LIST

Subsets

Tuples

   <type>integer</type>