Skip to content
Prev 75720 / 398502 Next

power of a matrix

"Rau, Roland" <Rau at demogr.mpg.de> writes:
....
Also, there is mexp() in the Matrix package. I'm not sure about the
relative merits. mexp() is one of the less dubious implementations of
matrix exponentials, but it does require to and from class "Matrix".
mtx.exp is a bit unfortunately named as it appears to calculate matrix
*powers* (which in this case is what you need).