I have a list of matrices and want to obtain a list of eigenvectors and eigenvalues for each matrix, both sorted by the size of the eigenvalue. If I write system={eigenvalues, eigenvectors}, where eigenvalues is a list of lists of eigenvalues for each of the matrices, I would like to sort the eigenvectors by writing
Map[Sort[#, #1[[1]] < #2[[1]]] &, Transpose[system]]
of some sort, but this does nothing useful.
system. Looks like you got some surplus&there as well. – Yves Klett Oct 13 '14 at 11:39