SciPy

scipy.linalg.sinhm

scipy.linalg.sinhm(A)[source]

Compute the hyperbolic matrix sine.

This routine uses expm to compute the matrix exponentials.

Parameters :

A : (N, N) array_like

Input array.

Returns :

sinhm : (N, N) ndarray

Hyperbolic matrix sine of A

Previous topic

scipy.linalg.coshm

Next topic

scipy.linalg.tanhm