Hi mailing listers, Sorry, I made a little mistake in the previous mail. B^{1} should be B^{-1}.
Is there certain function in R deal with how to compute generalized eigenvalues, that is the problem: A*x* = ëB*x *? When I use eigen(B^{-1}*A), error happened. It displays there are many Inf elements in B^{-1}. Thanks Huaping Wan 2013/1/25 hp wan <huaping....@gmail.com> > Hi mailing listers, > > Is there certain function in R deal with how to compute generalized > eigenvalues, that is the problem: A*x* = ëB*x *? When I use > eigen(B^{1}*A), error happened. It displays there are many Inf elements in > B^{1}. > > Thanks > > Huaping Wan > > > [[alternative HTML version deleted]]
______________________________________________ R-help@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.