Find eingenvalues and eigenvectors of an order n matrix

elimax
Messages
2
Reaction score
0

Homework Statement



Being T\in L(\mathbb{R}^n) a linear operador defined by T(x_1, ... ,x_n )=(x_1+...+x_n,...,x_1+...+x_n ), find all eigenvalues and eigenvectors of T.

Homework Equations



det(T-\lambda I)=0, Ax=\lambda x

The Attempt at a Solution



By checking n=1,2,3,4 I guess the answer is:

λ=n, x=(1,1,1)
λ=0 (multiplicity n-1), x such as , \forall k \in \{1,...,(n-1)\}, x_k=1, x_n=-1 and x_i=0 in all other positions. For instance, for n=4, we have (1,0,0,-1), (0,1,0,-1), (0,0,1,-1).

But how do I prove it for the general case? I'm trying induction, but I think I'm missing something...

Thanks in advance! :)
 
Last edited by a moderator:
Physics news on Phys.org
This operator replaces every vector with the vector having each component the sum of the original vectors components. The crucial point is that the image of the vector space under this linear transformation is the space of all vectors of the form (x, x, x, ..., x) with all components the same. That is one dimensional and has {(1, 1, 1, ..., 1)} as a basis. In particular, it maps (1, 1, 1, ..., 1) into the vector (n, n, ..., n) so, as you say, one eigenvalue is n and a corresponding eigenvector is (1, 1, ..., 1).
Since this maps all of Rn into a single line, there is a second, obvious eigenvalue with n-1 dimensional "eigenspace".
 
Last edited by a moderator:
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...

Similar threads

Back
Top