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

scipy.linalg.tanm(A)[source]

Compute the matrix tangent.

This routine uses expm to compute the matrix exponentials.

Parameters :

A : array, shape(M,M)

Returns :

tanA : array, shape(M,M)

Matrix tangent of A

Previous topic

scipy.linalg.sinm

Next topic

scipy.linalg.coshm