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 Pade approximation.
A : array, shape(M,M)
Matrix to be exponentiated
q : integer
Order of the Pade approximation
expA : array, shape(M,M)
Matrix exponential of A
scipy.linalg.hessenberg
scipy.linalg.expm2
Enter search terms or a module, class or function name.