This is documentation for an old release of SciPy (version 0.10.1). 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)
Compute the matrix exponential using Taylor series.
Parameters : | A : array, shape(M,M)
Matrix to be exponentiated
q : integer
Order of the Taylor series
|
Returns : | expA : array, shape(M,M)
|