I solved this problem:
Find a complete set of mutually incongruent primitive roots of $13$.
I know that there are $\phi(\phi(13))=4$ primitive roots of 13, which are $2,6,7,$ and $11$. However, I just found these by individually computing powers of every number less than $13$ modulo $13$. Is there a better way to do this problem?
Also, can I use this information to find a primitive root of $13^{901}$? I know that if I can show that $r$ is a primitive root of $13$ and also of $13^2=169$, then it's a primitive root of $13^t$ for any $t\in\mathbb{N}$, but there is a lot of computation involved in this.