[example: Computing an Eigenspace]
Let $T:\mathbb{R}^2\to\mathbb{R}^2$ be given by
\begin{align*}
T(x,y)=(3x+y,2y).
\end{align*}
We compute the eigenspaces for $\lambda=3$ and $\lambda=2$ by solving $T(x,y)=\lambda(x,y)$.
For $\lambda=3$, the equation is
\begin{align*}
(3x+y,2y)=3(x,y).
\end{align*}
Scalar multiplication in $\mathbb{R}^2$ gives
\begin{align*}
3(x,y)=(3x,3y).
\end{align*}
Thus
\begin{align*}
(3x+y,2y)=(3x,3y).
\end{align*}
Equality of ordered pairs gives
\begin{align*}
3x+y=3x.
\end{align*}
Subtracting $3x$ from both sides gives
\begin{align*}
y=0.
\end{align*}
The second coordinate equation is
\begin{align*}
2y=3y.
\end{align*}
Subtracting $2y$ from both sides again gives
\begin{align*}
0=y.
\end{align*}
So the solutions are exactly the vectors of the form $(x,0)$ with $x\in\mathbb{R}$. Since
\begin{align*}
(x,0)=x(1,0),
\end{align*}
we get
\begin{align*}
E_3(T)=\operatorname{span}\{(1,0)\}.
\end{align*}
For $\lambda=2$, the equation is
\begin{align*}
(3x+y,2y)=2(x,y).
\end{align*}
Scalar multiplication gives
\begin{align*}
2(x,y)=(2x,2y).
\end{align*}
Thus
\begin{align*}
(3x+y,2y)=(2x,2y).
\end{align*}
Equality of ordered pairs gives
\begin{align*}
3x+y=2x.
\end{align*}
Subtracting $2x$ from both sides gives
\begin{align*}
x+y=0.
\end{align*}
The second coordinate equation is
\begin{align*}
2y=2y,
\end{align*}
which imposes no further restriction. From $x+y=0$ we have $x=-y$, so every solution has the form
\begin{align*}
(x,y)=(-y,y).
\end{align*}
Factoring out $y$ gives
\begin{align*}
(-y,y)=y(-1,1).
\end{align*}
Therefore
\begin{align*}
E_2(T)=\operatorname{span}\{(-1,1)\}.
\end{align*}
The example shows the standard workflow: choose a candidate scalar, write out $T(x,y)=\lambda(x,y)$ coordinate by coordinate, and solve the resulting homogeneous linear system.
[/example]