MATLAB: How can i calculate e^A*t

exponentialhumourmarkovmatrix

How can i calculate e^A*t without using Markov Chain?
Where e=exp , A is a square matrix, and t is a variable

Best Answer

exp(A.*t)