How are eigenvalues and eigenvectors affected by adding the all-ones matrix?

This is a special case of a rank one perturbation or a rank one update, and there is plenty of work on such. See the nice 2010 lecture notes by Andre Ran.


A cute fact that is trivial to prove is this: define the characteristic polynomial of a matrix $M$ by $\phi_M(x) = |xI-M|$. Then for any $A$ and any $s$, $$\phi_{A+sJ}(x) = (1-s)\phi_A(x)+s\phi_{A+J}(x).$$ The proof only needs the fact that a determinant doesn't change when a multiple of one row is added to a different row, so I don't see why it wouldn't be true for all fields.