Monday, December 30, 2019

linear algebra - To find eigenvalues of matrix with all same element


How many distinct eigenvalues are there in the matrix.


[1111111111111111]



I was wondering that is there any specific eigenvalues for matrices like this??


I hope I wouldn't have to find the determinant of this 4×4 matrix.


Answer



Note that (1111111111111111)(abcd)=(a+b+c+da+b+c+da+b+c+da+b+c+d)

If a=b=c=d, then (1111111111111111)(aaaa)=4(aaaa)
Hence 4 is an eigenvalue.


Also see that since all the columns of the matrix are same, the rank of the matrix is 1. So 4 is the only non zero eigenvalue. 0 is the other eigenvalue, with eigenvector, for example (a a a a)t.


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...