Iterator[Inversion]
RightInversionToPermutation
convert right inversion table to permutation
Calling Sequence
Parameters
Description
Examples
Compatibility
RightInversionToPermutation(c)
c
-
{list,rtable}; right inversion table
RightInversionToPermutation constructs the permutation, , of integers 1 to corresponding to the inversion table c, where is the number of elements to the right of in that are less than .
The c parameter is a right inversion table; it may be a list or one-dimensional rtable indexed from one, with
The output is an Array indexed from 1 to that contains a permutation of the integers from 1 to .
The Iterator[Inversion][RightInversionToPermutation] command was introduced in Maple 2016.
For more information on Maple 2016 changes, see Updates in Maple 2016.
See Also
Iterator
Download Help Document