1. Finding a Primitive Root Modulo 7
Mathematics StudentBackground
Working on modular arithmetic problem sets requiring identification of generators for the multiplicative group modulo 7.
Problem
Determine if 3 is a primitive root modulo 7 and list its generated cyclic subgroup.
How to use
Enter 3 for Element a and 7 for Modulus n, then compute the order.
a = 3, n = 7Outcome
Returns ord₇(3) = 6, matches φ(7) = 6, lists the 6-element subgroup {3, 2, 6, 4, 5, 1}, and confirms 3 is a primitive root.