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.expm2

scipy.linalg.expm2(A)[source]

Compute the matrix exponential using eigenvalue decomposition.

Parameters :

A : array, shape(M,M)

Matrix to be exponentiated

Returns :

expA : array, shape(M,M)

Matrix exponential of A

Previous topic

scipy.linalg.expm

Next topic

scipy.linalg.expm3