Re: [R] matrix limit

2010-11-10 Thread Ben Bolker
zhiji19 gmail.com> writes: > I need to write R code for lim(I+X/n)^n with "repeat loop". (note: limit is > n from 1 to infinity, I is identity matrix, X is square symmetric matrix) > Can anyone please provide help with my question. > Here's a more efficient solution. If you *need* to use a rep

[R] matrix limit

2010-11-09 Thread zhiji19
Dear experts, I need to write R code for lim(I+X/n)^n with "repeat loop". (note: limit is n from 1 to infinity, I is identity matrix, X is square symmetric matrix) Can anyone please provide help with my question. Thank you. -- View this message in context: http://r.789695.n4.nabble.com/matrix