Let the linear transformation $S \in \mathbb{C}$ be defined as
$$S(x_1, x_2) = (5x_1 - 3x_2, -6x_1 + 2x_2) = \lambda(x_1, x_2)$$
Then I get the following system of linear equations
$$5x_1 - 3x_2 = \lambda x_1 \\ -6x_1 + 2x_2 = \lambda x_2$$
I tried to substitute one equation into the other and find $\lambda$, but it just seemed to make the equation more difficult. Not sure what to do here, just that there’s a general idea to solve for $\lambda$
$$\left\{\begin{matrix} 5x_1 - 3x_2 = \lambda x_1 \\ -6x_1 + 2x_2 = \lambda x_2 \end{matrix}\right.$$
Then, doing some algebraic manipulations in the second line, we have that $$-6x_1 = -2x_2+\lambda x_2$$ $$x_1=\frac{(2-\lambda)}{6}x_2$$
Replacing the value of $x_1$ in the first line,
$$5\frac{(2-\lambda)}{6}x_2-3x_2=\lambda\frac{(2-\lambda)}{6}x_2$$ $$x_2\left(\frac{(5-\lambda)(2-\lambda)}{6}-3\right)=0$$ $$x_2\left((5-\lambda)(2-\lambda)-18\right)=0$$ $$x_2\left((\lambda+1)(\lambda-8)\right)=0$$
Can you conclude from this point?