This is documentation for an old release of SciPy (version 0.9.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
Compute the matrix exponential using Taylor series.
A : array, shape(M,M)
Matrix to be exponentiated
q : integer
Order of the Taylor series
expA : array, shape(M,M)
Matrix exponential of A
scipy.linalg.expm2
scipy.linalg.logm
Enter search terms or a module, class or function name.