Sech
(Built-in Mathematica Symbol) Sech[z] gives the hyperbolic secant of z.
Sinh
(Built-in Mathematica Symbol) Sinh[z] gives the hyperbolic sine of z.
Tanh
(Built-in Mathematica Symbol) Tanh[z] gives the hyperbolic tangent of z.
Zeta
(Built-in Mathematica Symbol) Zeta[s] gives the Riemann zeta function \[Zeta](s). Zeta[s, a] gives the generalized Riemann zeta function \[Zeta](s, a).
A possible way of working with permutations is by relating them to the reorderings of the elements of a list. This is the standard point of view in the combinatorial approach ...
LogPlot
(Built-in Mathematica Symbol) LogPlot[f, {x, x_min, x_max}] generates a log plot of f as a function of x from x_min to x_max. LogPlot[{f_1, f_2, ...}, {x, x_min, x_max}] generates log plots of several ...
Differentiation Total Derivatives Derivatives of Unknown Functions
Lists
(Mathematica Overview) Making Lists of Objects Collecting Objects Together Making Tables of Values
Modules and Local Variables Local Constants How Modules Work
Expectation[expr, x \[Distributed] dist] gives the expectation of expr under the assumption that x follows the probability distribution dist. Expectation[expr, x ...