scipy.linalg.expm3

scipy.linalg.expm3(A, q=20)

Compute the matrix exponential using Taylor series.

Parameters :

A : array, shape(M,M)

Matrix to be exponentiated

q : integer

Order of the Taylor series

Returns :

expA : array, shape(M,M)

Matrix exponential of A

Previous topic

scipy.linalg.expm2

Next topic

scipy.linalg.logm

This Page