Mathematica provides a general mechanism for specifying constraints on patterns. All you need to do is to put /;condition at the end of a pattern to signify that it applies ...
The SQL command INSERT inserts data into a database. An alternative is to use the Mathematica command SQLInsert, as described in "Inserting Data". If you find that the ...
CUDAFunctionLoad[src, fun, argtypes, blockdim] loads CUDAFunction from scr and makes fun available in Mathematica.CUDAFunctionLoad[{srcfile}, fun, argtypes, blockdim] loads ...
Developed at Wolfram Research over nearly twenty years, Mathematica has by far the world's most sophisticated and convenient mathematical typesetting technology. Generalizing ...
SquareFreeQ, PrimePowerQ, KroneckerSymbol, ChineseRemainder and PrimitiveRoot have been added to the built-in Mathematica kernel functions. NextPrime and PreviousPrime are ...
EulerEquations[f, u[x ], x] returns the Euler\[Dash]Lagrange differential equation obeyed by u[x] derived from the functional f, where f depends on the function u[x] and its ...
ExtremeValueDistribution[\[Alpha], \[Beta]] represents an extreme value distribution with location parameter \[Alpha] and scale parameter \[Beta].
GumbelDistribution[\[Alpha], \[Beta]] represents a Gumbel distribution with location parameter \[Alpha] and scale parameter \[Beta].
ParallelCombine[f, h[e_1, e_2, ...], comb] evaluates f[h[e_1, e_2, ...]] in parallel by distributing parts of the computation to all parallel kernels and combining the ...
InverseDistanceTransform[image] gives the inverse distance transform of image, returning the result as a binary image.