So my professor gave me this question:
I have to find the basis of the eigenvalues of this matrix
\begin{pmatrix} \cos(q) & \sin(q)\\ \sin(q) & -\cos(q)\\ \end{pmatrix}
so I calculate the eigenvalues and I found it is 1 and -1. so now I need to find the basis of the kernel of those matrices
\begin{pmatrix} 1-\cos(q) & -\sin(q)\\ -\sin(q) & 1+\cos(q)\\ \end{pmatrix}
\begin{pmatrix} -1-\cos(q) & -\sin(q)\\ -\sin(q) & -1+\cos(q)\\ \end{pmatrix}
so actually I need to find
\begin{pmatrix} a \\ b\\ \end{pmatrix}
that will be function as basis for the kernel of each one of those matrices.
but how do I do it ?
I know how to do it when there is no angles meaning I would just compare it to zero.
for example in the first matrix I get these two equations :
$x-xcos(q)-ysin(q)=0$
$-xsin(q)+y+ycos(q)=0$
so I get this equation:
$x(-sin(y)+((1-cos(y))/(sin(y)))+((cos(y)-cos(y)cos(y))/(sin(y))))=0$
which is true for every $x$ and then I can assign some value to $x$ for example zero and then $y$ equal zero also but after I am checking it, it is not true. could u please help me ? so how can I do it ?
All he told us is that $q\neq{0}$ and $q\neq\pi$ and $q\neq{2}\pi $
and nothing more.