Return
(Built-in Mathematica Symbol) Return[expr] returns the value expr from a function. Return[] returns the value Null.
Here the standard procedure used by Mathematica to evaluate expressions is described. This procedure is the one followed for most kinds of expression. There are, however, ...
Pochhammer[a, n] gives the Pochhammer symbol (a) n.
Mathematica provides powerful functions for constructing lists of any size and structure.
FontProperties -> {opt_1 -> val_1, opt_2 -> val_2} specifies font properties.
A foundational idea in Mathematica is that all expressions—whatever they may represent—ultimately have a uniform tree-like structure.
LatticeData[lattice, " property"] gives the specified property for a lattice.LatticeData[n] gives a list of named lattices of dimension n.
Mathematica has a rich syntax carefully designed for consistency and efficient, readable entry of Mathematica 's many language, mathematical, and other constructs. Knowledge ...
Mathematica supports a variety of coordinate systems, organized for ease and efficiency of both direct and programmatic use. It supports convenient robust automatic range and ...
When building an initial statistical model, you may not have a good idea of what parametric distribution family it should come from. Nonparametric distributions make very few ...