As in subject: given a matrix A of size n with all elements equal exactly 1.
What are the eigenvalues of that matrix ?
Answer
Suppose (x1x2...xn) is an eigenvector of such a matrix corresponding to an eigenvalue λ, then
(11...111...1............11...1)(x1x2...xn)=(x1+x2+...+xnx1+x2+...+xn.................x1+x2+...+xn)=(λx1λx2..λxn)
One obvious solution to the above is
W:={(x1x2..xn);x1+...+xn=0},λ=0
For sure, dimW=n−1 (no need to be a wizard to "see" this solution since the matrix is singular and thus one of its eigenvalues must be zero)
Other solution, perhaps not as trivial as the above but also pretty simple, imo, is
U:={(x1x2..xn);x1=x2=...=xn},λ=n
Again, it's easy to check that dimU=1 .
Now, just pay attention to the fact that W∩U={0} unless the dimension of the vector space V we're working on is divided by the definition field's characteristic (if you're used to real/complex vector spaces and you aren't sure about what the characteristic of a field is disregard the last comment)
Thus, assuming this is the case, we get dim(W+U)=n=dimV⟹V=W⊕U and we've thus found all the possible eigenvalues there are.
BTW, as as side effect of the above, we get our matrix is diagonalizable.
No comments:
Post a Comment