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

scipy.linalg.expm2

scipy.linalg.expm2(A)

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

This Page