matrix sine function
t=sinm(x)
:x real or complex square matrix :
sinm(x) is matrix sine of x matrix.
A=[1,2;2,4]; sinm(A)+0.5*%i*(`expm`_(%i*A)-`expm`_(-%i*A))
Enter search terms or a module, class or function name.