1

Q1. How to find primitive root and generators modulo $97$?

Q2. Is there anyway to find the generators modulo $97$ in an easy way?

Alex Vong
  • 1,654

2 Answers2

2

No efficient method is known for finding primitive roots, though typically there is a small one.

For $97$, the smallest primitive root is $5$. You need to test $2$ and $3$ but not $4$ since $2$ fails.

Once you find a primitive root mod $p$, call it $g$, then all other ones are $g^k$ with $k$ coprime with $p-1$.

lhf
  • 216,483
0

HINT

First notice that $97$ is prime.

Now prove-or take for granted if you must-that $x\neq 0$ is a primitive element modulo $97$ iff $x^{32}\equiv 1\operatorname{mod} 97$ and $x^{48} \equiv 1\operatorname{mod}97.$