muEC::SG::CompPerm – compares two permutations

compares two permutations

→ Examples

Call:

muEC::SG::CompPerm(perm1, perm2, <kind>)

Parameters:

perm1, perm2

any lists denoting permutations

Options:

kind = lexic, cixel, bruhat

 

Related Functions:

muEC::SG::ListPerm

Details:

The muEC::SG::CompPerm function compares two permutations. The ordering is set by the argument kind, and the function returns TRUE if math according to the choosen ordering.

Example 1:

muEC::SG::CompPerm( [3,1,2], [1,3,2], lexic );

math

muEC::SG::CompPerm( [3,1,2], [1,3,2], cixel );

math

muEC::SG::CompPerm( [3,1,2], [1,3,2], bruhat );

math