Prove that $m$ is an eigenvalue of the matrix $\mathbf{A}$

186 Views Asked by At

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.

3

There are 3 best solutions below

0
On BEST ANSWER

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}$$

0
On

An alternative hint: Every column sum of $A-mI$ is $0,$ so every linear combination of columns of $A-mI$ still has the sum of all its entries $0.$ Hence $A-mI$ does not have full column rank.

0
On

And yet another alternative hint: given that $A$ and $A^T$ have the same eigenvalues, for what vector $b$ is $c=A^Tb$ a vector containing the sums of the columns of $A$ and what would $c$ be?