enc08
- 40
- 0
Hi,
I'm trying to find an eigenvector of a matrix. I know that λ = 1, so my matrix (A - λI) is
[-0.5253, 0.8593, -0.1906; -0.8612, -0.5018, 0.1010; 0.1817, 0.1161, -0.0236]
And from rows 2 and 3 I get these simultaneous equations
-0.8612t_{1}-0.5018t_{2}+0.1010t_{3}=0
0.1817t_{1}+0.1161t_{2}+0.0236t_{3}=0
I eliminate to find t_{2} = -4.02t_{3} and t_{1}=-2.23t_{3}
Thus the eigenvector is
t=k [-2.23, -4.02, 1]
But using an online solver gives the eigenvector as (-0.016, 0.206, 0.978).
Thanks for any pointers.
I'm trying to find an eigenvector of a matrix. I know that λ = 1, so my matrix (A - λI) is
[-0.5253, 0.8593, -0.1906; -0.8612, -0.5018, 0.1010; 0.1817, 0.1161, -0.0236]
And from rows 2 and 3 I get these simultaneous equations
-0.8612t_{1}-0.5018t_{2}+0.1010t_{3}=0
0.1817t_{1}+0.1161t_{2}+0.0236t_{3}=0
I eliminate to find t_{2} = -4.02t_{3} and t_{1}=-2.23t_{3}
Thus the eigenvector is
t=k [-2.23, -4.02, 1]
But using an online solver gives the eigenvector as (-0.016, 0.206, 0.978).
Thanks for any pointers.
Last edited: