On page 22 of the R-introduction guide it's written:
the quadratic form x^{'} A^{-1} x which is used in multivariate computations, should be computed by something like x%*%solve(A,x), rather than computing the inverse of A.
Why isn't it good to compute t(x) %*% solve(A) %*% x?
Thanks a lot for help!
This archive was generated by hypermail 2.1.8 : Fri 03 Mar 2006 - 03:40:55 EST