MaxStableDistribution[\[Mu], \[Sigma], \[Xi]] represents a generalized maximum extreme value distribution with location parameter \[Mu], scale parameter \[Sigma], and shape ...
MinStableDistribution[\[Mu], \[Sigma], \[Xi]] represents a generalized minimum extreme value distribution with location parameter \[Mu], scale parameter \[Sigma], and shape ...
Map
(Built-in Mathematica Symbol) Map[f, expr] or f /@ expr applies f to each element on the first level in expr. Map[f, expr, levelspec] applies f to parts of expr specified by levelspec.
TraditionalForm[expr] prints as an approximation to the traditional mathematical notation for expr.
While DSolve usually returns the correct solution to a differential equation it is given, it is common practice to verify the solution returned by any differential equation ...
n!! gives the double factorial of n.
Item
(Built-in Mathematica Symbol) Item[expr, options] represents an item within constructs such as Grid, Overlay, and Manipulate that displays with expr as the content, and with the specified options applied ...
ProbabilityDistribution[pdf, {x, x_min, x_max}] represents the continuous distribution with PDF pdf in the variable x where the pdf is taken to be zero for x < x_min and x > ...
Mathematica provides systemwide support for a large number of special characters. Each character has a name and a number of shortcut aliases. They are fully supported by the ...
OrderedQ[h[e_1, e_2, ...]] gives True if the e_i are in canonical order, and False otherwise.