How to calculate e to the power of a matrix in R

后端 未结 0 1994
孤街浪徒
孤街浪徒 2021-02-14 11:01

Just a quick question: how to calculate e to the power of a matrix in R:

#the matrix 
mm <- matrix(c(-0.447, 0.043, 0.232,-0.117), ncol=2)
#is this right?
exp(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题