scipy.linalg.sinhm

scipy.linalg.sinhm(A)

Compute the hyperbolic matrix sine.

This routine uses expm to compute the matrix exponentials.

Parameters :

A : array, shape(M,M)

Returns :

sinhA : array, shape(M,M)

Hyperbolic matrix sine of A

Previous topic

scipy.linalg.coshm

Next topic

scipy.linalg.tanhm

This Page