This is documentation for an old release of SciPy (version 0.11.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.linalg.expm

scipy.linalg.expm(A, q=False)[source]

Compute the matrix exponential using Pade approximation.

Parameters :

A : array, shape(M,M)

Matrix to be exponentiated

Returns :

expA : array, shape(M,M)

Matrix exponential of A

References

N. J. Higham, “The Scaling and Squaring Method for the Matrix Exponential Revisited”, SIAM. J. Matrix Anal. & Appl. 26, 1179 (2005).

Previous topic

scipy.linalg.hessenberg

Next topic

scipy.linalg.expm2