scipy.linalg.coshm

scipy.linalg.coshm(A)[source]

Compute the hyperbolic matrix cosine.

This routine uses expm to compute the matrix exponentials.

Parameters :

A : (N, N) array_like

Input array.

Returns :

coshm : (N, N) ndarray

Hyperbolic matrix cosine of A

Previous topic

scipy.linalg.tanm

Next topic

scipy.linalg.sinhm