The hyperbolic sine of the argument. |
||
Syntax |
S = Sinh(M) |
|
Argument |
Name |
Description |
M |
A real scalar, vector, or a matrix. |
|
Output |
Name |
Description |
S |
The hyperbolic sine of each entry. |
|
Example |
Find the hyperbolic sine of elements in a matrix. |
|
Syntax |
||
S = Sinh([1,2;3,4]) |
||
Result |
||
S = 1.1752 3.6269 10.018 27.29 |
||
See Also: |