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.expm3
-
scipy.linalg.expm3(A, q=20)[source]
Compute the matrix exponential using Taylor series.
Parameters : | A : (N, N) array_like
Matrix to be exponentiated
q : int
Order of the Taylor series
|
Returns : | expm3 : (N, N) ndarray
|