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

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to