BetaPrimeDistribution[p, q] represents a beta prime distribution with shape parameters p and q. BetaPrimeDistribution[p, q, \[Beta]] represents a generalized beta prime ...
JacobiND[u, m] gives the Jacobi elliptic function nd(u | m).
Split
(Built-in Mathematica Symbol) Split[list] splits list into sublists consisting of runs of identical elements. Split[list, test] treats pairs of adjacent elements as identical whenever applying the ...
New functions Animate and ListAnimate have been added to the built-in Mathematica kernel. SpinShow is replaced by interactive rotation of three-dimensional graphics.
FontSize is an option for Style and Cell that specifies the default size in printer's points of the font in which to render text.
MixtureDistribution[{w_1, ..., w_n}, {dist_1, ..., dist_n}] represents a mixture distribution whose CDF is given as a sum of the CDFs of the component distributions dist_i, ...
Sequence of unsigned 16-bit integers. Raw binary format. Equivalent to the Byte format.
Importing and exporting tabular data. This exports an array of numbers to the file out.dat. Here are the contents of the file out.dat.
Overlay
(Built-in Mathematica Symbol) Overlay[{expr_1, expr_2, ...}] displays as an overlay of all the expr_i.Overlay[{expr_1, expr_2, ...}, {i, j, ...}] displays as an overlay of expr_i, expr_j, ...
OutputResponse[sys, u, t] gives the output response of a TransferFunctionModel or StateSpaceModel object sys to the input u as a function of time t.OutputResponse[sys, u, {t, ...