mexp(a)

Returns e to the power a where a is a matrix.


See also mpow mlog matrix 


Example


a = ( 1, 2 ; 3, 1 )

1  2

3  1

mexp( a )

15.8595  12.7576

19.1364  15.8595