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