sinm
Computes the matrix sinus of a square matrix.
Syntax
res = sinm(x)
Input argument
x - a numeric value: scalar or square matrix
Output argument
res - a numeric value: a square matrix
Description
sinm(x) computes the matrix sinus of x.
Example
See also
sin.
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated