I have a 3 by 3 matrix M whose eigenvalues are a, b, and b.
The determinant and trace of M are known from its eigenvalues: det(M)=ab2 and Tr(M)=2b+a.
I wanted to show that if Tr(M)=3 3√det(M), then a=b. I was told that this one equation is not sufficient to completely determine M's eigenvalues to all be equal, if it is already know that it has at least algebraic multiplicity of 2.
Does the trace and determinant uniquely determine the eigenvalues of a 3 by 3 matrix with algebraic multiplicity of 2?
Answer
You have two variables and two equations, d=ab2 and t=a+2b where d,t are some constants. Solve this system of equations:
a=t−2b→d=(t−2b)b2→2b3−tb2+d=0
So you have a cubic in b which has a generic solution with 3 roots b1,b2,b3. Each of these determines a corresponding value for a, so in general your determinant and trace only determine the eigenvalues up to choosing a solution (a1,b1),(a2,b2),(a3,b3)
No comments:
Post a Comment