scipy.linalg.expm

scipy.linalg.expm(A, q=7)

Compute the matrix exponential using Pade approximation.

Parameters :

A : array, shape(M,M)

Matrix to be exponentiated

q : integer

Order of the Pade approximation

Returns :

expA : array, shape(M,M)

Matrix exponential of A

Previous topic

scipy.linalg.hessenberg

Next topic

scipy.linalg.expm2

This Page