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.
asked 2015-04-14 11:21:01 +0100
This post is a wiki. Anyone with karma >750 is welcome to improve it.
How to find an orthonormal basis consisting of eigenvectors of a matrix. We assume that the matrix is over reals.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2015-04-14 11:21:01 +0100
Seen: 1,373 times
Last updated: Apr 14 '15
eigenvalues of a derivative vs derivative of eigenvalues
how to get the diagonal of a matrix?
Solution to a long running jsmath/notebook problem
Is there a way to simplify_full and trig_reduce a matrix?
Using matrix elements as arguments
Is it possible to get normalised eigenvectors using eigenmatrix_right()?
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?