Statistical distributions have applications in many fields, including the biological, social, and physical sciences. Mathematica represents statistical distributions as ...
file.tm is a MathLink template file.
Option Inspector view and set all option values for cells, notebooks, and global preferences.
Abort
(Built-in Mathematica Symbol) Abort[] generates an interrupt to abort a computation.
BipartiteGraphQ[g] yields True if the graph g is a bipartite graph and False otherwise.
BitSet
(Built-in Mathematica Symbol) BitSet[n, k] sets to 1 the bit corresponding to the coefficient of 2^k in the integer n.
Blend
(Built-in Mathematica Symbol) Blend[{col_1, col_2}, x] gives a color obtained by blending a fraction 1 - x of color col_1 and x of color col_2.Blend[{col_1, col_2, col_3, ...}, x] linearly interpolates ...
Booleans represents the domain of Booleans, as in x \[Element] Booleans.
BoxRatios is an option for Graphics3D that gives the ratios of side lengths for the bounding box of the three-dimensional picture.
ButtonSource is an option for the low-level function ButtonBox that specifies the first argument to give to the ButtonFunction for the button when the button is active and is ...