[Numpy-discussion] finding eigenvectors etc

Matthieu Brucher matthieu.brucher at gmail.com
Wed Feb 20 03:19:20 EST 2008


>
> >Your matrix is almost singular, is badly conditionned,
>
> Mathew, can you explain that..i didn't quite get it..
> dn
>

The condition number is the ratio between the biggest eigenvalue and the
lowest one. In your case, it is 10E-16, so the precision of the double
numbers. That means that some computations that depend on this ratio (like
inversions) can lead to numerical errors. In your case, it is OK, but you
should keep in mind this kind of trouble (read what you can on numerical
computations ;))

Matthieu
-- 
French PhD student
Website : http://matthieu-brucher.developpez.com/
Blogs : http://matt.eifelle.com and http://blog.developpez.com/?blog=92
LinkedIn : http://www.linkedin.com/in/matthieubrucher
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080220/cab699c1/attachment.html>


More information about the NumPy-Discussion mailing list