|
| From: | anonymous |
| Subject: | [Octave-bug-tracker] [bug #38577] Eig returns non-unitary transformation matrix |
| Date: | Wed, 27 Mar 2013 09:08:59 +0000 |
| User-agent: | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20100101 Firefox/15.0.1 |
Follow-up Comment #6, bug #38577 (project octave):
Hermitian matrices can never be spectrally defective. They are guaranteed to
have an orthogonal basis of eigenvectors. Eig returning a zero eigenvector for
a hermitian matrix is a sign of a bug.
For hermitian matrices eig and schur decompositions coincide. The schur
decomposition
S = U' * A * U
implies that the triangular matrix S is hermitian if A is. Being both
triangular and hermitian forces it to be diagonal.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?38577>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |