Skip to content
Prev 240736 / 398500 Next

Exponent of sqr symmetric matrix

Dear R experts,

I really have difficulty when I try to deal with this question.

suppose X is a square symmetric matrix. The exponent of X is defined by the
matrix limit as following:
exp(X) = lim (I + X/n)^n,  note: the limit is from n to infinite.

How can I write R function for the above?

Thank you very much