sin
sine function
Syntax
[t] = sin(x)
Arguments
- x
a real or complex vector or matrix.
Description
For a vector or a matrix, sin(x)
is the sine of
its elements. For matrix sine use sinm(x)
function.
Sample
Examples
asin(sin([1,0,%i]))
See also
Report an issue | ||
<< sech | Trigonometry | sind >> |