This is documentation for an old release of SciPy (version 0.10.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.expm
-
scipy.linalg.expm(A, q=7)
Compute the matrix exponential using Pade approximation.
Parameters : | A : array, shape(M,M)
Matrix to be exponentiated
q : integer
Order of the Pade approximation
|
Returns : | expA : array, shape(M,M)
|