Overview - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Overview of the Iterator:-MixedRadix Subpackage

 

Description

Compatibility

Description

• 

The MixedRadix subpackage exports procedures for operating on mixed-radix tuples.

• 

A mixed-radix tuple is a sequence of integers a1&comma;a2&comma;&comma;an, with 0ak<mk, for 1kn, where the radices are the positive integers m1&comma;&comma;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

Compatibility

• 

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]