scipy.linalg.tanm

scipy.linalg.tanm(A)[source]

Compute the matrix tangent.

This routine uses expm to compute the matrix exponentials.

Parameters :

A : (N, N) array_like

Input array.

Returns :

tanm : (N, N) ndarray

Matrix tangent of A

Previous topic

scipy.linalg.sinm

Next topic

scipy.linalg.coshm