MultiplicativeOrder
Usage
• MultiplicativeOrder[k, n] gives the multiplicative order of k modulo n, defined as the smallest integer such that . • MultiplicativeOrder[k, n, { , , ... }] gives the generalized multiplicative order of k modulo n, defined as the smallest integer such that for some .
Notes
• Integer mathematical function (see Section A.3.10). • MultiplicativeOrder returns unevaluated if there is no integer  satisfying the necessary conditions. • New in Version 4.
|