scipy.linalg.sinm

scipy.linalg.sinm(A)

Compute the matrix sine.

This routine uses expm to compute the matrix exponentials.

Parameters:

A : array, shape(M,M)

Returns:

sinA : array, shape(M,M)

Matrix cosine of A

Previous topic

scipy.linalg.cosm

Next topic

scipy.linalg.tanm

This Page

Quick search