The hyperbolic cosine of the argument. |
||
Syntax |
C = Cosh(M) |
|
Argument |
Name |
Description |
M |
A real scalar, vector, or a matrix. |
|
Output |
Name |
Description |
C |
The hyperbolic cosine of each entry. |
|
Example |
Find the hyperbolic cosine of elements in a matrix. |
|
Syntax |
||
C = Cosh([1,2;3,4]) |
||
Result |
||
C = 1.5431 3.7622 10.068 27.308 |
||
See Also: |