Are There Integer Eigenvalues for a Specific Matrix?

cscott
Messages
778
Reaction score
1

Homework Statement


I need the eigenvalues of [[3, -1][-1, 1]] (ie [[row1][row2]])

The Attempt at a Solution



A-xI = [[3-x, -1][-1, 1-x]]

so I get the characteristic polynomial x^2-4x+2=0 from det(A-xI)=0

Is this correct? Because I won't get integer eigenvalues from it
 
Last edited:
Physics news on Phys.org
Yeah, it is right.
 
Won't that be really messy to bring the matrix A-xI to RREF? (with x non-integer)
 
But in general, there is no reason why things have to be integer...
 
Thanks
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top