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
Seen: 1,501 times
Last updated: Apr 14 '15
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
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
mis a matrix, thenm.eigenvectors_left()gives its eigenvectors. That should suffice, right?