Show that there is eigenvector that all composition is real number

36 Views Asked by At

If $A$ is a real matrix and $\lambda$ is a real eigenvalue of $A$, then there is a real eigenvector corresponding to $\lambda$.

How can I prove this?

3

There are 3 best solutions below

0
On

Use that $$\det(A-\lambda\operatorname{Id})=0.$$

3
On

Use the Row-echelon form on $A-\lambda I$.

0
On

If $z\in\Bbb C^n$ is an eigenvector then $z=x+iy$ where $x,y\in\Bbb R$. If the eigenvalue $\lambda$ is real this shows that $$Ax+iAy=\lambda x+i\lambda y,$$hence $Ax=\lambda x$ and $Ay=\lambda y$.