[R] eigenvalue ordering

Alberto Monteiro albmont at centroin.com.br
Mon Feb 26 19:58:58 CET 2007


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



More information about the R-help mailing list