scipy.linalg.tanhm

scipy.linalg.tanhm(A)

Compute the hyperbolic matrix tangent.

This routine uses expm to compute the matrix exponentials.

Parameters :

A : array, shape(M,M)

Returns :

tanhA : array, shape(M,M)

Hyperbolic matrix tangent of A

Previous topic

scipy.linalg.sinhm

Next topic

scipy.linalg.signm

This Page