The raw SQL command UPDATE updates data in a database. An alternative is to use the Mathematica command SQLUpdate, described in "Updating Data". If you find that the examples ...
CUDA is a general C-like programming developed by NVIDIA to program Graphical Processing Units (GPUs). CUDALink provides an easy interface to program the GPU by removing many ...
There are two ways to use the functions in this package to place a legend in a graphic: the first can only be used as an option to the built-in functions Plot, ListPlot and ...
Arrow
(Built-in Mathematica Symbol) Arrow[{pt_1, pt_2}] is a graphics primitive that represents an arrow from pt_1 to pt_2.Arrow[{pt_1, pt_2}, s] represents an arrow with its ends set back from pt_1 and pt_2 by ...
Cumulant[dist, r] gives the r\[Null]^th cumulant of the symbolic distribution dist.Cumulant[list, r] gives the r\[Null]^th cumulant of the elements in the list.Cumulant[r] ...
InterpolatingPolynomial[{f_1, f_2, ...}, x] constructs an interpolating polynomial in x which reproduces the function values f_i at successive integer values 1, 2, ... of x. ...
Interpolation[{f_1, f_2, ...}] constructs an interpolation of the function values f_i, assumed to correspond to x values 1, 2, ... . Interpolation[{{x_1, f_1}, {x_2, f_2}, ...
TuringMachine[rule, init, t] generates a list representing the evolution of the Turing machine with the specified rule from initial condition init for t steps. ...
The precise details of the naming of files differ from one computer system to another. Nevertheless, Mathematica provides some fairly general mechanisms that work on all ...