MatrixExp
MatrixExp(matrix)
computes the matrix exponential of the square
matrix
.
See
Examples
>> MatrixExp({{3.4, 1.2}, {0.001, -0.9}}){{29.97054,8.24991}, {0.00687492,0.408375}}
Implementation status
- ✅ - full supported
MatrixExp(matrix)
computes the matrix exponential of the square
matrix
.
See
>> MatrixExp({{3.4, 1.2}, {0.001, -0.9}}){{29.97054,8.24991}, {0.00687492,0.408375}}