$A = \left[\begin{array}[c]{rr} a & b\\ c & d\end{array}\right]$
Normally to find the Eigen values of a matrix I would simply find $det(A-λI)$ and equate it to $0$, which in this case gives me $λ^2-(a+d)λ+ad-bc = 0$
With so many variables, how am I supposed to find the Eigen value for this?