SciPy

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

scipy.linalg.tanhm

scipy.linalg.tanhm(A)[source]

Compute the hyperbolic matrix tangent.

This routine uses expm to compute the matrix exponentials.

Parameters :

A : (N, N) array_like

Input array

Returns :

tanhm : (N, N) ndarray

Hyperbolic matrix tangent of A

Previous topic

scipy.linalg.sinhm

Next topic

scipy.linalg.signm