Let $A∈ℝ^{2×2}$ be given by$$A=\begin{pmatrix} 1&-2\\ 0&1\\ \end{pmatrix}.$$ Task: Find the bases for the eigenspace.
So, it is clear that the only distinct eigenvalue is $\lambda=1$. Thus, we can find the eigenvector that forms a bases for the eigenspace corresponding to $\lambda=1$ by solving $(A-\lambda I)\vec{x}=\vec{0}$.
I calculate that this is exactly equivalent to solving (putting in RREF) $$\begin{pmatrix} 0&-2&0\\ 0&0&0\\ \end{pmatrix}.$$ As elementary as this sounds for this level in Linear Algebra, I'm having a hard time actually forming my bases from the solution as a vector. So, I can just rescale right, $$\implies\begin{pmatrix} 0&1&0\\ 0&0&0\\ \end{pmatrix}.$$ So I guess my question is, how do I write the solution set of this matrix, i.e. $$\begin{pmatrix} 0&1\\ 0&0\\ \end{pmatrix}\begin{pmatrix} x_1\\ x_2\\ \end{pmatrix}=\begin{pmatrix} 0\\ 0\\ \end{pmatrix}.$$
Does the structure of this system imply that $x_2$ is a free variable? Can I just say: $$\begin{pmatrix}
0&0\\
0&1\\
\end{pmatrix}\begin{pmatrix}
x_1\\
x_2\\
\end{pmatrix}=\begin{pmatrix}
0\\
0\\
\end{pmatrix}$$ and then take $x_1$ to be my free variable?
Thus the solution set would be $\begin{pmatrix}
x_1\\
x_2\\
\end{pmatrix}=\begin{pmatrix}
t\\
1\\
\end{pmatrix}$ where $t\in\mathbb R$, correct? How do I get a singular bases vector out of this last solution if it's correct?
Thanks in advance! P.S. Let me know if there is anyway I can improve my question writing on here, thanks!
You have the constraint $x_2=0$ and $x_1$ is free.
Hence the eigenvectors is $\operatorname{Span} \left\{\begin{pmatrix}1 \\ 0 \end{pmatrix} \right\}$