Computes the composition of two permutations, $u$ and $v$, as $u*v$. Note that the permutations must be written as a list in 1-line notation and must both be permutations of (the same) $n$ letters.
|
|
|
|
|
|
|
|
|
The object composePerms is a method function.