Find the Eigenvalues [[8,0,0],[-9,13,0],[5,8,1]]
Problem
Solution
Identify the type of matrix. The given matrix is a lower triangular matrix because all entries above the main diagonal are zero.
Apply the property of triangular matrices. For any triangular matrix (upper or lower), the eigenvalues are simply the entries located on the main diagonal.
Extract the diagonal elements. The elements on the main diagonal are
8 13 and1 Verify using the characteristic equation. The eigenvalues
λ are the roots ofdet(A−λ*I)=0 For this matrix, the determinant is(8−λ)*(13−λ)*(1−λ)=0
Final Answer
Want more problems? Check here!