Flatten
(Built-in Mathematica Symbol) Flatten[list] flattens out nested lists. Flatten[list, n] flattens to level n. Flatten[list, n, h] flattens subexpressions with head h. Flatten[list, {{s_11, s_12, ...}, ...
InverseFunction[f] represents the inverse of the function f, defined so that InverseFunction[f][y] gives the value of x for which f[x] is equal to y. InverseFunction[f, n, ...
LindleyDistribution[\[Delta]] represents a Lindley distribution with shape parameter \[Delta].
Re
(Built-in Mathematica Symbol) Re[z] gives the real part of the complex number z.
FactorialMomentGeneratingFunction[dist, t] gives the factorial moment generating function for the symbolic distribution dist as a function of the variable t. ...
n! gives the factorial of n.
StateOutputEstimator[ss, l] constructs an estimator for the StateSpaceModel object ss with estimator gain matrix l.StateOutputEstimator[{ss, sensors}, l] uses only sensors as ...
Around 1870, Marius Sophus Lie realized that many of the methods for solving differential equations could be unified using group theory. Lie symmetry methods are central to ...
ParetoPlot[list] creates a Pareto plot from the frequencies of the elements in list.ParetoPlot[{{cat_1, freq_1}, {cat_2, freq_2}, ...}] creates a Pareto plot from categories ...
AbsoluteTime[] gives the total number of seconds since the beginning of January 1, 1900, in your time zone.AbsoluteTime[{y, m, d, h, m, s}] gives the absolute time ...