I'm trying to find the smallest primitive root modulo 23 for the operation of multiplication. Is there any sensible way to approach this without brute force calculation?
More generally is there any particular way in which to go about finding a primitive root modulo n? We proved the Euler-Lagrange-Legendre Theorem that states if p is a prime then there are phi(p-1) primitive roots modulo p but that only proves the existence of a number of primitive roots and doesn't give any way of finding them.
Thank you for any help.