tanh⁻¹()
Catalog >
Returns the matrix inverse hyperbolic
tangent of squareMatrix1. This is not the
same as calculating the inverse hyperbolic
tangent of each element. For information
about the calculation method, refer to cos
().
squareMatrix1 must be diagonalizable. The
result always contains floating-point
numbers.
To see the entire result, press £ and then
use ¡and¢ to move the cursor.
taylor()
Catalog >
taylor(Expr1, Var, Order[, Point]) ⇒
expression
Returns the requested Taylor polynomial.
The polynomial includes non-zero terms of
integer degrees from zero through Order in
(Var minus Point). taylor() returns itself if
there is no truncated power series of this
order, or if it would require negative or
fractional exponents. Use substitution
and/or temporary multiplication by a power
of (Var minus Point) to determine more
general power series.
Point defaults to zero and is the expansion
point.
tCdf()
Catalog >
tCdf(lowBound,upBound,df) ⇒ number if
lowBound and upBound are numbers, list if
lowBound and upBound are lists
Computes the Student-t distribution
probability between lowBound and upBound
for the specified degrees of freedom df.
For P(X ≤ upBound), set lowBound = ⁻∞.
Alphabetical Listing 181