Compute the matrix exponential using Taylor series.
A : (N, N) array_like
Matrix to be exponentiated
q : int
Order of the Taylor series
expm3 : (N, N) ndarray
Matrix exponential of A
scipy.linalg.expm2
scipy.linalg.logm
Enter search terms or a module, class or function name.