I have the following problem to solve
$$\phi (x)=\lambda \int_{o}^{\pi }\cos(2x+y)\phi (y) dy+ \sin x$$
following the instructions from the following link early to conclude that:
$$\phi (x)=\lambda \int_{o}^{\pi }\cos(2x+y)\phi (y) dy+\sin x$$ $$=\lambda \int_{o}^{\pi }\cos^2(x)\cos(y)-\sin^2(x)\cos(y)-2\sin(x)\cos(x)\sin(y)\phi (y) dy+ \sin x$$
then start to calculate $a_{11}, a_{12},a_{13},a_{21},a_{22},a_{23},a_{31},a_{32},a_{33}$, such that (these will be the elements of the matrix A):
$$a_{1}=\cos^2(x);a_{2}=-\sin^2(x) ;a _{3}=-2\sin(x)\cos(x)$$
$$b_{1}=\cos(y);b_{2}=\cos(y) ;b_{3}=\sin(y)$$
thus calculated:
$$a_{11}=\int_{o}^{\pi }b_{1}(y)a_{1}(y)dy$$
$$a_{12}=\int_{o}^{\pi }b_{1}(y)a_{2}(y)dy$$
$$a_{13}=\int_{o}^{\pi }b_{1}(y)a_{3}(y)dy$$
calculating and so on until all $a_{nm}$ with $n =1,2,3$ and $m=1,2,3$.
After calculations we obtain the matrix
$$A=\begin{bmatrix} a_{11} &a_{12} & a_{13}\\ a _{21}&a_{22} & a_{23}\\ a_{31} &a_{32} & a_{33} \end{bmatrix}$$
making: $\;(I-\lambda A)$,
and calculating the determinant originated by $\;(I-\lambda A)$, get all values of $\lambda$.
The solutions they have there is only one $\lambda=3/2\sqrt{2}$ and $\lambda=-3/2\sqrt{2}$
But never get to that result. I appreciate any and all help. I do not even know if I was wrong in whole or in calculating the determinant of the matrix.