Overview of the Iterator:-MixedRadix Subpackage
Description
Compatibility
The MixedRadix subpackage exports procedures for operating on mixed-radix tuples.
A mixed-radix tuple is a sequence of integers a1,a2,…,an, with 0≤ak<mk, for 1≤k≤n, where the radices are the positive integers m1,…,mn.
Exports
OrdinaryToReflectedGray
convert ordinary mixed-radix tuple to reflected Gray code
Rank
compute the rank of an ordinary mixed-radix tuple
ReflectedGrayToOrdinary
convert reflected mixed-radix Gray code to ordinary tuple
Unrank
compute the ordinary mixed-radix tuple of a given rank
The Iterator:-MixedRadix package was introduced in Maple 2016.
For more information on Maple 2016 changes, see Updates in Maple 2016.
See Also
Iterator
Iterator[MixedRadixGrayCode]
Iterator[MixedRadixTuples]
Download Help Document