GET TUTORING NEAR ME!

By providing your phone number, you consent to receive text messages from Club Z! for purposes related to our services. Message frequency may vary. Message and Data Rates may apply. Reply HELP for help or STOP to unsubscribe. See our Privacy Policy and our Terms and Conditions page

    Home / Get Math Help

    Primitive Root

    Definition

    A primitive root of a prime p is an integer g such that g (mod p) has multiplicative order p - 1. More generally, if GCD(g, n) = 1 (g and n are relatively prime) and g is of multiplicative order ϕ(n) modulo n where ϕ(n) is the totient function, then g is a primitive root of n. The first definition is a special case of the second since ϕ(p) = p - 1 for p a prime. A primitive root of a number n (but not necessarily the smallest primitive root for composite n) can be computed in the Wolfram Language using PrimitiveRoot[n].

    Related Wolfram Language symbol

    PrimitiveRoot