I would like to calculate the eigenvalues of the following matrix A, but the factorization of the characteristic polynomial does not seem to be easy to compute.
A=(a111a111a), a≠1, a≠−2
f(λ) = Char(A,λ) = (a−λ)3−3(a−λ)+2=−λ3+3aλ2+3λ(1−3a2)+(a−1)2(a+2)
I have thought about using the Rational-Root Theorem (RRT), so possible roots of f(λ) are (a−1), (−a+1), (a+2), (−a−2), and much more, as for example in the case a=2 we should also test whether f(±2)=0 or not, am I wrong?
The eigenvalues of A are a−1 and a+2 (computed with Wolfram Alpha). This result can be obtained using RRT, computing f(a−1) and f(a+2) and realizing that both are equal to zero but, is there an easier and 'elegant' way to find these eigenvalues?
Answer
Basically, you need to solve (a−λ)3−3(a−λ)+2=0 for λ. Don't expand the brackets, instead denote: t=a−λ. Then:
t3−3t+2=0⇒(t−1)2(t+2)=0⇒t1=1⇒a−λ=1⇒λ1=a−1t2=−2⇒a−λ=−2⇒λ2=a+2.
No comments:
Post a Comment