This is documentation for an old release of SciPy (version 0.11.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.sinm
-
scipy.linalg.sinm(A)[source]
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)
|