I am a little apprehensive to ask this question because I have a feeling it's a "duh" question but I guess that's the beauty of sites like this (anonymity):
I need to find an orthonormal eigenbasis for the $2 \times 2$ matrix $\left(\begin{array}{cc}1&1\\ 1&1\end{array}\right)$. I calculated that the eigenvalues were $x=0$ and $x=2$ and the corresponding eigenvectors were $E(0) = \mathrm{span}\left(\begin{array}{r}-1\\1\end{array}\right)$ and $E(2) = \mathrm{span}\left(\begin{array}{c}1\\1\end{array}\right)$. Therefore, an orthonormal eigenbasis would be: $$\frac{1}{\sqrt{2}}\left(\begin{array}{r}-1\\1\end{array}\right), \frac{1}{\sqrt{2}}\left(\begin{array}{c}1\\1\end{array}\right).$$
Here my question: Could the eigenvalues for $E(0)$ been $\mathrm{span}\left(\begin{array}{r}1\\-1\end{array}\right)$?? This would make the final answer $\frac{1}{\sqrt{2}}\left(\begin{array}{r}1\\-1\end{array}\right), \frac{1}{\sqrt{2}}\left(\begin{array}{c}1\\1\end{array}\right)$. Is one answer more correct than the other (or are they both wrong)?
Thanks!
0 and 2 are the correct eigenvalues to your matrix; (1, -1) is one eigenvector, (1, 1) the other. Your solution is correct.
Span is the set of all linear combinations, so if you consider a vector space over $\mathbb{R}$, it absolutely doesn't matter what scalar in $\mathbb{R}$ you multiply your vectors with inside Span. This does not affect the set Span at all. So the solution is the same.