I have a repeated Eigen value ! how do i get alternative eigen vector so i dont have 2 same vectors
Favorites|Homepage
Subscriptions | sitemap
HOME > Mathematics > I have a repeated Eigen value ! how do i get alternative eigen vector so i dont have 2 same vectors

I have a repeated Eigen value ! how do i get alternative eigen vector so i dont have 2 same vectors

[From: ] [author: ] [Date: 11-04-23] [Hit: ]
0,For the eigen value 3, i get: (0,1,how does the calculator know the alternative eigen vector is (0,0,......
The matrix below gives me 3 eigen values. 2 which are equal:
[2 0 0]
[1 3 0 ]
[1 1 2 ]

When i type this matrix into Eigen value calculator online it says the corresponding Eigen vectors are: For the eigen value 2, i get (1,-1,0), (0,0,1)

For the eigen value 3, i get: (0,1,1)

how does the calculator know the alternative eigen vector is (0,0,1)? because if i sub 2 into det(I-A*Lambda) i will definately get same eigen vector again, dont understand how calculator got

Does that mean that, i would still be correct if i repeated the eigen vector? or do i have to give the alternative representation like the calculator (0,0,1)
------------------
Basically what i am trying to do is diagnolisation, and i need to find the eigen vectors and join them as 1 matrix.

-
These vectors are obtained from the nullspace of

0 0 0
1 1 0
1 1 0

the eigenvectors corresponding to 2 are those which are in the nullspace of the above matrix.

If we set x3=0, the non-trivial result eigenvector has x1=-x2... for simplicity, we say x1=1
==> x2=-1
hence the first eigenvector is (1,-1,0)

Next, set x3=1, we can now have x1=x2=0 without obtaining a trivial eigenvector, so the second eigenvector is (0,0,1) (although, you could also use non-zero x1 and x2, but this is the simplest case which preserves linear independence).

I hope this has helped :)
1
keywords: same,get,Eigen,repeated,value,so,eigen,vectors,do,have,dont,vector,alternative,how,I have a repeated Eigen value ! how do i get alternative eigen vector so i dont have 2 same vectors
New
Hot
© 2008-2010 http://www.science-mathematics.com . Program by zplan cms. Theme by wukong .