Application Guide

sinh()
Catalog >
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¹(Expr1) expression
sinh¹(List1) list
sinh¹(Expr1) returns the inverse hyperbolic
sine of the argument as an expression.
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:
SinReg
Catalog >
SinReg X, Y[, [Iterations],[Period][,
Category, Include]]
Computes the sinusoidal regression on lists
X and Y. A summary of results is stored in
the stat.results variable. (See page 177.)
Alphabetical Listing 169