Find the general solution of the homogeneous ordinary differential equation $\dot{\mathbf{x}}=A\mathbf{x}$.
$$A=\begin{pmatrix} 2 & 1 & 1 \\ 1 & 2 & 1 \\ 1 & 1 & 2 \end{pmatrix}$$
I know how to answer these kind of questions, but the specific example above I am struggling with because I'm not sure I'm finding the correct geometric multiplicity for the repeated eigenvalue. I have the eigenvalues $\lambda=4,1,1$. Hence the eigenvalue $\lambda=1$ has algebraic multiplicity of 2, so I need to find the geometric multiplicity.
I have
$$A-\lambda I=\begin{pmatrix} 1 & 1 & 1 \\ 1 & 1 & 1 \\ 1 & 1 & 1 \end{pmatrix}$$
Now, normally I would spot the number of independent rows/columns and conclude the geometric multiplicity from this. But it seems this matrix has 0 independent rows/columns, which would make the geometric multiplicity 3, but this violates the fact that the geometric multiplicity can not be greater than the algebraic multiplicity. Where is my thinking going wrong?