muEC::PART::CompPart – compares two partitions

compares two partitions

→ Examples

Call:

muEC::PART::CompPart(part1, part2, <order>)

Parameters:

part1, part2

any partitions

Options:

order = natural | lexic | cixel

 

Related Functions:

muEC::PART::ListPart, muEC::PART::PartOrderMat

Details:

The muEC::PART::CompPart function compares two partitions for the given ordering.

The considered ordering is given by the second argument kind:

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

Example 1:

muEC::PART::CompPart( [3,2,1], [3,2,1,1], cixel );

math

muEC::PART::CompPart( [3,2,1], [3,2,1,1], lexic );

math

muEC::PART::CompPart( [3,2,1], [3,2,1,1] );

math