Get Math Help

GET TUTORING NEAR ME!

(800) 434-2582

By submitting the following form, you agree to Club Z!'s Terms of Use and Privacy Policy

    Home / Get Math Help

    Suborder Function

    Definition

    The multiplicative suborder of a number a (mod n) is the least exponent e>0 such that a^e congruent ± 1 (mod n), or zero if no such e exists. An e always exists if GCD(a, n) = 1 and n>1. This function is denoted sord_n(a) and can be implemented in the Wolfram Language as: Suborder[a_, n_] := If[n>1&& GCD[a, n] == 1, Min[MultiplicativeOrder[a, n, {-1, 1}]], 0 ]

    Related term

    multiplicative order

    Back to List | POWERED BY THE WOLFRAM LANGUAGE