muEC::PART::PartOrderMat – order matrix on partitions

Compute the order matrix on all partitions of a mgiven size

The muEC::PART::PartOrderMat function gives the order matrix on all partitions of ListPart(n).

The considered ordering is given by the second argument kind:

Without a third argument, the comparison is assumed to be natural.

The inverse matrix for this order is known as the Moebius matrix.

→ Examples

Call:

muEC::PART::PartOrderMat(n, <order>)

Parameters:

n

an integer

Related Functions:

muEC::PART::CompPart, muEC::PART::ListPart

Example 1:

muEC::PART::PartOrderMat( 6 );

math

Dom::Matrix()( % )^(-1);

math

muEC::PART::PartOrderMat( 4, cixel );

math