Question:

Find the eigenvalues of the matrix: \[ A = \begin{pmatrix} 4 & 1 \\ 2 & 3 \end{pmatrix} \]

Show Hint

For 2x2 matrices, the eigenvalues can be calculated by solving the characteristic equation $\det(A - \lambda I) = 0$.
Updated On: Jun 17, 2025
  • 3, 4
  • 5, 2
  • 4, 1
  • 6, 1
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

To find the eigenvalues, we solve the characteristic equation: \[ \det(A - \lambda I) = 0 \] \[ \det\begin{pmatrix} 4-\lambda & 1 \\ 2 & 3-\lambda \end{pmatrix} = 0 \] \[ (4 - \lambda)(3 - \lambda) - 2 = 0 \] \[ \lambda^2 - 7\lambda + 10 = 0 \] \[ \lambda = 3, 4 \]
Was this answer helpful?
0
0