We are given square matrix $\mathbf{A}$. Also, we know that sum along any column of $A$ equals $m$. Task is to prove, that $m$ is an eigenvalue of $\mathbf{A}$.
I'm stuck with that one. I will provide below my findings:
Since we know, that $\mathbf{A}$ has a least one eigenvalue, then $\det(A) \ne 0$, hence it's possible to bring $\mathbf{A}$ to the diagonal matrix $\mathbf{A}'$. Then eigenvalues would be roots of the polynomial $\prod_{i=1}^n (A_{ii}'-\lambda) = 0$
But we have nothing to go from here, and also I bothered by the fact, that in general case we loosing this 'sum over column = m' property, when diagonalizing $\mathbf{A}$.
I would appreciate some help here.
Hint:
$$A^t\begin{pmatrix}1\\1\\\vdots\\1\end{pmatrix}=\begin{pmatrix}\sum_{k=1}^na_{k1}\\\sum_{k=1}^na_{k2}\\\vdots\\\sum_{k=1}^na_{kn}\end{pmatrix}=\begin{pmatrix}m\\m\\\vdots\\m\end{pmatrix}$$