MTM[expm] - matrix exponential
|
Parameters
|
|
A
|
-
|
matrix, vector, array, or scalar
|
|
|
|
|
Description
|
|
•
|
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.
|
|
|
Download Help Document
Was this information helpful?