Let $T$ be a transformation from $\mathbb{R}^2$ to $\mathbb{R}^2$, represented by the matrix:
$$ T = \left [ { \begin{array}{cc} 0 & -1 \\ 1 & 0 \\ \end{array} } \right ] $$
The eigenvalues of this matrix are $i$ and $-i$.
In this video by 3Blue1Brown, he says that this particular fact has directly related to another fact:
Multiplying a complex number by $i$, is equivalent to rotating the complex plane by $90^0$ and checking where the original complex number (point in complex plane) lands.
How are these two facts related? How could a fact about matrices in $\mathbb{R}^2$ having complex valued eigenvalues be related to a fact about complex planes and a relationship between complex numbers?
This matrix $T = \left [ { \begin{array}{cc} 0 & -1 \\ 1 & 0 \\ \end{array} } \right ]$ corresponds to $i$ in complex number.
Consider $T^2$, it is equal to $- I$, just like $i^2 = -1$ in ordinary number.
Another way to think of it is by change of coordinates, the rotation matrix $T = \left [ { \begin{array}{cc} \cos \theta & - \sin \theta \\ \sin \theta & \cos \theta \\ \end{array} } \right ]$,
plug in $\theta = \pi /2 $, this corresponds to rotation by $\pi /2$, which is equivalent to $i$
Just added:
Next, by the matrix equation $Av=\lambda v$. Left side means rotation by $\pi /2$, if you relate $v$ to a complex number, this just means $i$ times $v$, so $Av=i v$, equivalent to the fact that eigenvalue is $i$.