Hi all, Is it possible to get unordered eigenvalues and eigenvectors of a symmetric matrix in R? Any help appreciated. Regards, Kaustubh --------------------------------- [[alternative HTML version deleted]]
Kaustubh Patil wrote:> > Is it possible to get unordered eigenvalues and eigenvectors of a > symmetric matrix in R? >Yes, see help("eigen"). If you are strict about the unordered part, do a sample(set, size) to randomize the eigenvalues. Alberto Monteiro