demon8991 said:
Basically for my lambda 1 value i have the equations.
(0.75 - lambda 1)x + 0.55y = -0.35x + 0.55y = 0
0.35x + (0.55 - lambda 1)y = 0.35x + -0.55 = 0
lambda 2:
(0.75 - lambda 1)x + 0.55y = 0.55x + 0.55y = 0
0.35x + (0.55 - lambda 1)y = 0.35x + 0.35 = 0
OK, the first thing to get your head round is that if you've got the value of lambda right,
you won't be able to solve the equations. Put like that, it sounds rather silly, but the point is that if
v is an eigenvector, then so is 2
v, or indeed any other multiple of
v, so you won't get a unique solution.
In this case, with only 2 dimensions, you should notice that for a given value of lambda, your equations for finding x and y are essentially the same - one is just a multiple of the other. So you've only got one equation and 2 unknowns, which isn't enough to find x,y uniquely.
Probably the simplest approach is to set x arbitrarily to 1. Then for lambda1, you have -.35x + .55y = 0, so y = .35/.55 = 7/11. So (1,7/11) is an eigenvector. As any multiple is also an eigenvector, (11,7) is a slightly "nicer" eigenvector to pick.
For lambda2 we have .55x+.55y = 0, so if x=1, y=-1 and (1,-1) is an eigenvector.
N.B. setting x=1 doesn't
always work - you might be unlucky and have the eigenvector look like (0,1) which isn't going to have x=1 however you try to scale it. But if this happens it will be pretty obvious from the equations that x must be zero.