User Manual

142 Alphabetical Listing
sinh()
Catalog >
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¹(Value1) value
sinh¹(List1) list
sinh¹(Value1) 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:
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 145.)
All the lists must have equal dimension
except for Include.