i wanna get x from the equations: Ax=x, given A is a matrix. How can i apply it in R? thanks -- View this message in context: http://www.nabble.com/help-about-solving-the-equations-tp25738073p25738073.html Sent from the R help mailing list archive at Nabble.com.
dahuang wrote:> > i wanna get x from the equations: Ax=x, given A is a matrix. How can i > apply it in R? thanks >?solve -- View this message in context: http://www.nabble.com/help-about-solving-the-equations-tp25738073p25738401.html Sent from the R help mailing list archive at Nabble.com.
x is the eigenvector corresponding to eigenvalue 1. See ?eigen. On Sun, Oct 4, 2009 at 9:31 AM, dahuang <tsyellows at hotmail.com> wrote:> > i wanna get x from the equations: Ax=x, given A is a matrix. How can i apply > it in R? thanks > -- > View this message in context: http://www.nabble.com/help-about-solving-the-equations-tp25738073p25738073.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org 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. >
Gabor Grothendieck wrote:> > x is the eigenvector corresponding to eigenvalue 1. See ?eigen. > >Correct. I should have looked better. Berend -- View this message in context: http://www.nabble.com/help-about-solving-the-equations-tp25738073p25740459.html Sent from the R help mailing list archive at Nabble.com.