To do this, we will solve the characteristic equation, which is given by det(A - λI) = 0, where λ is the eigenvalue and I is the identity matrix.
A = \begin{bmatrix} a & b \\ c & d \end{bmatrix}
The characteristic equation is:
det(A - λI) = det(\begin{bmatrix}
Show more…