<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 27 October 2014 09:37, Sunghwan Choi <span dir="ltr"><<a href="mailto:sunghwanchoi91@gmail.com" target="_blank">sunghwanchoi91@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">One of them is inaccurate or both two of them are inaccurate within that range. Which one is more accurate?</blockquote></div><br></div><div class="gmail_extra">You can check it yourself using the eigenvectors. The cosine distance between v and M.dot(v) will give you the error in the eigenvectors, and the difference between ||lambda*v|| and ||M.dot(v)|| the error in the eigenvalue. I would also check the condition numbers, maybe your matrix is just not well conditioned. You would have to look at preconditioners.<br><br><br></div><div class="gmail_extra">/David.<br></div><div class="gmail_extra"><br></div></div>