Diagonal matrix property proof

139 Views Asked by At

If $A$ is a diagonalizable matrix, and its characteristic polynomial is $(\lambda-c)^n$ for some real constant $c$, how do I prove that $A=cI$, where $I$ is the identity matrix? All the information I can glean so far is that there is only one eigenvalue, with algebraic and geometric multiplicity n. How can I get to answer from here?

1

There are 1 best solutions below

0
On BEST ANSWER

If $A$ is similar to a diagonalizable matrix $D$ and if the entries of the main diagonal of $D$ are $d_1,d_2,\ldots,d_n$, then the characteristic polynomial of $A$ is equal to the characteristic polynomial of $D$; in other words,$$(\lambda-d_1)\ldots(\lambda-d_n)=(\lambda-c)^n.$$But this means that each $d_i$ is equal to $c$ and therefore that $D=c\operatorname{Id}$. The only matrix similar to $c\operatorname{Id}$ is $c\operatorname{Id}$ itself.