Processing math: 100%
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 1 year ago

Pickle gravatar image

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 QTAQ=D where D is diagonal and always in a specific order (say ascending or descending).