Translate[g, {x, y, ...}] represents graphics primitives g translated by the vector {x, y, ...}. Translate[g, {{x_1, y_1, ...}, {x_2, y_2, ...}, ...}] represents multiple ...
Xnor
(Built-in Mathematica Symbol) Xnor[e_1, e_2, ...] is the logical XNOR (not XOR) function. It gives True if an even number of the e_i are True, and the rest are False. It gives False if an odd number of ...
$DistributedContexts is the default value of the DistributedContexts option of functions such as ParallelTable and ParallelMap.
When you make a sequence of definitions in Mathematica, some may be more general than others. Mathematica follows the principle of trying to put more general definitions ...
Start with the expression that will be the numerator. Type x. Create a built-up fraction by pressing the Control and / keys at the same time. The placeholder in the ...
Work with Spline Functions Create Graphics with Spline Primitives Create Plots
BSplineSurface[array] is a graphics primitive that represents a non-uniform rational B-spline surface defined by an array of x, y, z control points.
GradientFilter[image, r] gives an image corresponding to the magnitude of the gradient of image, computed using discrete derivatives of a Gaussian of pixel radius ...
InteractiveTradingChart[{{date_1, {open_1, high_1, low_1, close_1, volume_1}}, ...}] makes a chart showing prices and volume for each date. InteractiveTradingChart[{" name", ...
ToNumberField[a, \[Theta]] expresses the algebraic number a in the number field generated by \[Theta]. ToNumberField[{a_1, a_2, ...}, \[Theta]] expresses the a_i in the field ...