Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Eigenvalue order

I notice that Sage orders $A.eigenvalues()$ from lowest to highest (ascending order). Where does this functionality come from? Is NUMPY used in the backend?

I am trying to understand how to diagonalize a real symmetric matrix $A$ with orthogonal $Q$ such that $Q^T A Q = D$ where $D$ is diagonal and always in a specific order (say ascending or descending).