This is documentation for an old release of SciPy (version 0.12.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.expm2
-
scipy.linalg.expm2(A)[source]
Compute the matrix exponential using eigenvalue decomposition.
Parameters : | A : (N, N) array_like
Matrix to be exponentiated
|
Returns : | expm2 : (N, N) ndarray
|