Let $M$ be an $n \times n$ matrix over $\mathbb F$, where $\mathbb F\in \{\mathbb C, \mathbb R\}$. Define the linear map $T: \mathbb F^n\rightarrow \mathbb F^n$ by $Tv= Av$.
Suppose the sum of the entries in each column of $M$ is equal to $k$.
I want to determine that $k$ is an eigenvalue and find a corresponding eigenvector.
I am able to show that it's an eigenvalue indirectly, namely by showing that the map $T-kI$ is not invertible.
But I think that I should show that $k$ is an eigenvalue by obtaining an eigenvector. This way I find the eigenvector I want, too.
However, I cannot come up with one. How could I find such an eigenvector? Note that I am following Axler's book, which avoids using determinants when dealing with eigenvalues. So I would appreciate an explanation that does the same.
Edit: I was linked to a possible duplicate. The question is similar to mine, but the only direct answers involved this fact: $[1, \ldots, 1]A= [k, \ldots, k]=k[1, \ldots, 1]$. The problem here is that the operator $T$ I defined above has the form $Av$. So I would want $Av =kv$ for some $v$. This means that $v$ must be a column vector, not a row vector as described in the possible duplicate.
I am specifically looking for a nonzero vector $v$ such that $Tv=kv$, were $v$ is considered as a column vector.