StyleBox[boxes, options] is a low-level representation of boxes to be shown with the specified option settings. StyleBox[boxes, " style"] uses the option setting for the ...
Code generation from Mathematica involves converting programs written in the Mathematica language into other languages and then supporting them so that they can be executed. ...
CatalanNumber and Subfactorial have been added to the built-in Mathematica kernel. CatalanNumber and Subfactorial can now be evaluated numerically for noninteger arguments. ...
Linkage
(Hierarchical Clustering Package Symbol) Linkage is an option for Agglomerate and DendrogramPlot that specifies the linkage method for agglomerative clustering.
VariationalD[f, u[x ], x] returns the variational derivative of the integral \[Integral]f \[DifferentialD]x with respect to u[x], where the integrand f is a function of u, ...
ContourShading is an option for contour plots that specifies how the regions between contour lines should be shaded.
DistributionParameterQ[dist] yields True if dist is a valid distribution, and yields False otherwise.
a ** b ** c is a general associative, but non-commutative, form of multiplication.
SatisfiabilityInstances[bf] attempts to find a choice of variables that makes the Boolean function bf yield True.SatisfiabilityInstances[expr, {a_1, a_2, ...}] attempts to ...
SeedRandom[n] resets the pseudorandom generator, using n as a seed. SeedRandom[] resets the generator, using as a seed the time of day and certain attributes of the current ...