expm

exp(x)

Compute the matrix exponential, expm(A) = e^A. The matrix must be square. Not to be confused with exp(a), which performs element-wise exponentiation.

Try it yourself:

See also:
All functions