I have been searching around for a while to find a very simple example which could make it clear for me how to find the eigenvectors, when the eigenvalues is already known. But unfortunately I don't get it.
My question looks like this:
Notice that it has to be by hand with all the steps. I only need to know how to calculate the eigenvectors.
I'm used to do it in Matlab but this is an old exam question so I guess I should learn how to do it by hand as well.
I have been looking in the solution:
But I could use a little bit more explanation than that.
Greetings Christian
By thefinition, if $\lambda$ is an eigenvalue of $A$, then the eigenvectors corresponding to $\lambda$ are the non-null vectors $v$ such that $A.v=\lambda v$. But$$A.v=\lambda v\iff(A-\lambda\operatorname{Id}).v=0.$$That's what is being done in that solution that you posted: for each eigenvalue $\lambda$, the author(s) compute non-null elements of $\ker(A-\lambda\operatorname{Id})$, that is, non-null vectors $v$ such that $(A-\lambda\operatorname{Id}).v=0$.