Re: Finding an eigenvector
one question: are you using decimal approximations of rational numbers?
Re: Finding an eigenvector
Hi,
They're not approximations, just measurements.
Re: Finding an eigenvector
Re: Finding an eigenvector
Looks like you are having rounding errors.
When I calculate the eigenvector for the matrix you give, I'm getting different results than either of your answers.
See for instance here: {{1-0.5253, 0.8593, -0.1906},{ -0.8612, 1-0.5018, 0.1010},{ 0.1817, 0.1161, 1-0.0236}} - Wolfram|Alpha Results
The rounding errors you have are propagating more than you may like.
To answer your question: yes, your technique is right.
Note that there are more advanced methods to keep the rounding errors to a minimum.
Re: Finding an eigenvector
Thanks very much for confirming. I've used more accurate values and I get a more sensible answer, still not spot-on though. Important thing is that my method is right.