As I understand it the discrete logarithm problem is about identifying $x$ given $a^x \equiv b \ mod \ p$ and $a,b,p$.
While researching this I have become interested in the inverted problem, i.e. identifying $y$ given $y^a \equiv b \ mod \ p$ and $a,b,p$; e.g. $y^4 \equiv 7 \ mod \ 23$.
I believe this is simpler but am not clear on how to solve it. Any clarification or explanation would be appreciated.