- #1
blouqu6
- 3
- 0
1. The 3x3 Matrix A=[33, -12, -70; 0, 1, 0; 14, -6, -30] has three distinct eigenvalues, λ1<λ2<λ3.
Find each eigenvalue.2. det(A-λI)=0 where I denotes the appropriate identity matrix (3x3 in this case)3. Here's my attempt:
--> det([33, -12, -70; 0, 1, 0; 14, -6, -30]-λ[1, 0, 0; 0, 1, 0; 0, 0, 1])=0
--> det([33-λ, -12, -70; 0, 1-λ, 0; 14, -6, -30-λ]=0
--> -λ3+4λ2+7λ-10=0
And this is where I'm not exactly sure what to do. I don't believe I can effectively use grouping to solve for λ. Any help here would be appreciated.
Find each eigenvalue.2. det(A-λI)=0 where I denotes the appropriate identity matrix (3x3 in this case)3. Here's my attempt:
--> det([33, -12, -70; 0, 1, 0; 14, -6, -30]-λ[1, 0, 0; 0, 1, 0; 0, 0, 1])=0
--> det([33-λ, -12, -70; 0, 1-λ, 0; 14, -6, -30-λ]=0
--> -λ3+4λ2+7λ-10=0
And this is where I'm not exactly sure what to do. I don't believe I can effectively use grouping to solve for λ. Any help here would be appreciated.
Last edited: