Let $A$ be a diagonalizable $n \times n$ matrix, and suppose that $\lambda$ is an eigenvalue of $A$ with multiplicity $n$. I want to show that $A= \lambda I_n$.
I started by saying that the determinant $\det (A- \lambda I_n)$ yields a characteristic polynomial with root $\lambda$. Thus, the eigenvalues of A are just $\lambda$ with multiplicity $n$. To find the eigenvectors now, we need to find the null space of $A- \lambda I_n$.
This is where I get confused. In order for $A = \lambda I_n$ to be true, $A - \lambda I_n = 0$ must also be true. Moreover, let $\vec v$ be an eigenvector of $A$ belonging to an eigenvalue $\lambda$. Then $v ∈ N(A − λI)$. But I'm not sure how to tie these concepts together or solve for the eigenvectors of A.
Any help is greatly appreciated!