Re: [R] Symbolic eigenvalues and eigenvectors

2010-05-04 Thread John Mesheimer
Thanks, Steve. Can you please show me at least one hit that answers my question? On Tue, May 4, 2010 at 9:06 PM, Steve Lianoglou < mailinglist.honey...@gmail.com> wrote: > Hi, > > On Tue, May 4, 2010 at 8:54 PM, John Mesheimer > wrote: > > Let's say I had a matr

[R] Symbolic eigenvalues and eigenvectors

2010-05-04 Thread John Mesheimer
Let's say I had a matrix like this: library(Ryacas) x<-Sym("x") m<-matrix(c(cos (x), sin(x), -sin(x), cos(x)), ncol=2) How can I use R to obtain the eigenvalues and eigenvectors? Thanks, John [[alternative HTML version deleted]] __ R-help@r-p