When I evaluate the limit in the title above I get the following:
\begin{align} \lim\limits_{n\to\infty}\dfrac{1}{\sqrt[n]{n}} &= \lim\limits_{n\to\infty} \dfrac{1}{n^{\frac{1}{n}}} = \dfrac{1}{\infty^0} \quad\Rightarrow\quad Indeterminate\\ &= \lim\limits_{n\to\infty}\left(\dfrac{1}{n}\right)^\frac{1}{n} = 0^0 \quad\Rightarrow\quad Indeterminate \end{align}
But when I use a computer software (mathematica) to evaluate the same limit it says the limit is 1. What am I doing wrong?