Student[LinearAlgebra]
MatrixExponential
determine the matrix exponential
Calling Sequence
Parameters
Description
Examples
Compatibility
MatrixExponential(A, t, options)
A
-
square Matrix
t
(optional) scalar parameter
options
(optional) parameters; for a complete list, see LinearAlgebra[MatrixExponential]
The MatrixExponential(A, t) command returns the Matrix exp(A*t) = I + A*t + 1/2!*A^2*t^2 + ... where I is the identity Matrix.
If the scalar parameter t is not specified, the first indeterminate (if any) in the Matrix is removed and used as a parameter.
withStudent:-LinearAlgebra:
A≔Matrix−13,−10,21,16
A≔−13−102116
MatrixExponentialA
15ⅇ−14ⅇ2−10ⅇ2+10ⅇ21ⅇ2−21ⅇ−14ⅇ+15ⅇ2
MatrixExponentialA,x
15ⅇx−14ⅇ2x−10ⅇ2x+10ⅇx21ⅇ2x−21ⅇx−14ⅇx+15ⅇ2x
MatrixExponentialA,−x
15ⅇ−x−14ⅇ−2x−10ⅇ−2x+10ⅇ−x21ⅇ−2x−21ⅇ−x−14ⅇ−x+15ⅇ−2x
The Student[LinearAlgebra][MatrixExponential] command was introduced in Maple 2020.
For more information on Maple 2020 changes, see Updates in Maple 2020.
See Also
Download Help Document