"Jessica M. Maia" <[EMAIL PROTECTED]> writes: > Hi there, > > I'm new to R and despite searching today, I can't > find a function which will compute the adjoint of > a matrix A. Does this adjoint function exist in R?
I don't think so, but the adjoint matrix is also known as the conjugate transpose and we do have t() and Conj(). (If your matrix is real, t() will do.) -- O__ ---- Peter Dalgaard Ă˜ster Farimagsgade 5, Entr.B c/ /'_ --- Dept. of Biostatistics PO Box 2099, 1014 Cph. K (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - ([EMAIL PROTECTED]) FAX: (+45) 35327907 ______________________________________________ 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.