Searching for some help with this exam review proof. If we let $x$ be a eigenvector for $Q$, that is, a non zero vector satisfying $Qx=cx$ for some scalar $c$. How do I show that $c= \pm1.$
EDIT: $Q$ is a matrix with orthonormal columns
Searching for some help with this exam review proof. If we let $x$ be a eigenvector for $Q$, that is, a non zero vector satisfying $Qx=cx$ for some scalar $c$. How do I show that $c= \pm1.$
EDIT: $Q$ is a matrix with orthonormal columns
We can prove this easily in terms of vector norms. $$\left|\left|{Qx}\right|\right| = \sqrt{(Qx)^\top(Qx)} = \sqrt{x^\top (Q^\top Q) x} = \sqrt{x^\top I x} = \sqrt{x^\top x} = \sqrt{\left|\left| x\right|\right|^2} = \left|\left|x\right|\right|$$.
Then, since $Qx = cx$, $$\left|\left|x\right|\right|=\left|\left| Qx\right| \right| = \left|\left|cx\right|\right| = \left|c\right|\left|\left|x\right|\right|$$
This implies $|c| = 1$. If we assume that $Q$ has only real eigenvalues, $c = \pm 1$.
learnmore provides a counterexample that shows $c$ does not have to equal $\pm 1$ if we consider complex eigenvalues.
Your question is false ;
Take $Q=$\begin{bmatrix}0 &-1\\1&0\end{bmatrix}