I have the following problem:
"Given the matrix $A = \begin{pmatrix} 1&i\\ i&1 \end{pmatrix}$, find the eigenspaces of the respective eigenvalues".
First I found the eigenvalues to be $\lambda_1 = 1+i$ and $\lambda_2 = 1-i$. Then, using that the eigenspace of an eigenvalue $\lambda$ is $E_{\lambda}=\text{Ker} (A -\lambda I)$ I found that if $(x,y) \in E_{\lambda_1}$ then $x=y$, and similarly if $(x,y) \in E_{\lambda_2}$ then $x=-y$.
My question arose when I wanted to write where the $x$ and $y$ entries of the eigenvector live in. WolframAlpha defaults to real entries for the example eigenvectors (gives $v_1 = (1,1)$ and $v_2 = (1,-1)$), but can the entries be complex too? And if so, is there any type of matrix in which the entries can only be real? Thank you!
Yes, the eigenvectors can also have complex coefficients. For instance, since $(1,1)$ is an eigenvector, then so is $(i,i)$, since it is equal to $i(1,1)$.