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...