scipy.linalg.cosm

scipy.linalg.cosm(A)

Compute the matrix cosine.

This routine uses expm to compute the matrix exponentials.

Parameters :

A : array, shape(M,M)

Returns :

cosA : array, shape(M,M)

Matrix cosine of A

Previous topic

scipy.linalg.logm

Next topic

scipy.linalg.sinm

This Page