BellB
(Built-in Mathematica Symbol) BellB[n] gives the Bell number B_n. BellB[n, x] gives the Bell polynomial B_n (x).
int MLSetYieldFunction (MLINK link, MLYieldFunctionObject yf) installs the yield function yf for the link referenced by link.
MLYieldFunctionObject is a MathLink type that describes a function pointer to a function taking an MLINK object as an argument and a MLYieldParameters object as an argument ...
Many calculations involve solving systems of linear equations. In many cases, you will find it convenient to write down the equations explicitly, and then solve them using ...
ContourPlot3D[f, {x, x_min, x_max}, {y, y_min, y_max}, {z, z_min, z_max}] produces a three-dimensional contour plot of f as a function of x, y, and z. ContourPlot3D[f == g, ...
Not
(Built-in Mathematica Symbol) ! expr is the logical NOT function. It gives False if expr is True, and True if it is False.
HistogramList[{x_1, x_2, ...}] gives a list of bins and histogram heights of the values x_i.HistogramList[{{x_1, y_1, ...}, {x_2, y_2, ...}, ...}] gives a list of bins and ...
MLYieldFunctionObject MLGetYieldFunction (MLINK link) returns the currently installed yield function for the link referenced by link.
Fibonacci[n] gives the Fibonacci number F_n. Fibonacci[n, x] gives the Fibonacci polynomial F_n (x).
Mathematica creates a new symbol when you first enter a particular name. Sometimes it is useful to "intercept" the process of creating a new symbol. Mathematica provides ...