HyperMath

Sin

Sin

Previous topic Next topic No expanding text in this topic  

Sin

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

The sine of the argument.

Syntax

s = Sin(m)

Argument

Name

Description


m

A scalar, vector or a matrix in radians.

Output

Name

Description


s

The sine of each entry.

Example

Find the sine of elements in a matrix:


Syntax


S = Sin([1,2;3,4])


Result


S = 0.84147  0.9093

   0.14112  -0.7568

See Also:

Acos

Asin

Atan

Cos

Tan