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.
with⁡MTM:
A≔Matrix⁡1,2,2,4
A≔1224
expm⁡A
45+ⅇ552⁢ⅇ55−252⁢ⅇ55−2515+4⁢ⅇ55
See Also
LinearAlgebra[MatrixExponential]
MTM[exp]
Download Help Document