What is the Basis of the eigenspace $\begin{pmatrix} 5 & 2 \\ 0 & 5 \end{pmatrix} $, for the eigenvalue $\lambda = 5.$
As far as I know I have to calculate $A-(\lambda-E)$, that would be $\begin{pmatrix} 0 & 2 \\ 0 & 0 \end{pmatrix} $ . Now I guess you can "simplify" this by dividing the first linear equation by 2, which would then be $\begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix} $. Now is the eigenspace or rather eigenvector $\begin{pmatrix} 1 \\ 0 \end{pmatrix} $? Im a bit confused because the "solution" is not similar to the output of the Gauss-Algorithm.