94 TI-Nspire™ Reference Guide
sinh()
Catalog
>
sinh(Numver1) ⇒ value
sinh(List1) ⇒ list
sinh (Val ue 1) returns the hyperbolic sine of the argument.
sinh (List1) returns a list of the hyperbolic sines of each element of
List1.
sinh(squareMatrix1) ⇒ squareMatrix
Returns the matrix hyperbolic sine of squareMatrix1. This is not the
same as calculating the hyperbolic sine of each element. For
information about the calculation method, refer to cos().
squareMatrix1 must be diagonalizable. The result always contains
floating-point numbers.
In Radian angle mode:
sinh
/
()
Catalog
>
sinh/(Va lu e 1) ⇒ value
sinh/(List1) ⇒ list
sinh/(Val ue 1 ) returns the inverse hyperbolic sine of the argument.
sinh/(List1) returns a list of the inverse hyperbolic sines of each
element of List1.
Note: You can insert this function from the keyboard by typing
arcsinh(...).
sinh/(squareMatrix1) ⇒ squareMatrix
Returns the matrix inverse hyperbolic sine of squareMatrix1. This is
not the same as calculating the inverse hyperbolic sine of each
element. For information about the calculation method, refer to
cos().
squareMatrix1 must be diagonalizable. The result always contains
floating-point numbers.
In Radian angle mode: