MTM
expm
matrix exponential
Calling Sequence
Parameters
Description
Examples
expm(A)
A
-
matrix, vector, array, or scalar
The expm(A) command returns the matrix exp(A * t) = I + A * t + 1/2! * A^2 * t^2 + ... where I is the identity matrix.
withMTM:
A≔Matrix1,2,2,4
A≔1224
expmA
45+ⅇ552ⅇ55−252ⅇ55−2515+4ⅇ55
See Also
LinearAlgebra[MatrixExponential]
MTM[exp]
Download Help Document