let $A\in M_{10}(\mathbb{R})$ and every row of $A$ has exactly one non zero element . $$ A = \begin{bmatrix}0 & 1 &0 &\ldots & 0\\ 0 & 0 &1 &\ldots & 0 \\ \vdots & \vdots & \vdots & & \vdots \\ 0 & 0 &0 &\ldots & 1 \\ (10)^{10} & 0 &0 &\ldots & 0\end{bmatrix} _{10 \times 10}$$
now which of following options is eigenvalue of $A$ ?
$ \\1)0 \\ 2)1 \\ 3)10 \\4) (10)^{10}$
I find $det (A)= (10)^{10}$ .but we must find $det (A- \lambda I)$ and find characteristic polynomial of $A$ and roots of characteristic polynomial is eigenvalues of $A$ .
Your matrix is the transpose of the companion matrix so its characteristic and minimal polynomial are equal to $x^{10} - 10^{10}$.
Therefore, the spectrum of $A$ is precisely the set of real roots of $x^{10} - 10^{10}$, which are $\pm 10$.