Orthonormal basis consisting of eigenvectors of a matrix
How to find an orthonormal basis consisting of eigenvectors of a matrix. We assume that the matrix is over reals.
How to find an orthonormal basis consisting of eigenvectors of a matrix. We assume that the matrix is over reals.
Asked: 9 years ago
Seen: 1,402 times
Last updated: Apr 14 '15
The eigenvectors of a matrix do not necessarily form an orthonormal basis. Could you precise your question?
For example, a unitary matrix over the field of reals.
If
m
is a matrix, thenm.eigenvectors_left()
gives its eigenvectors. That should suffice, right?