$DistributedContexts is the default value of the DistributedContexts option of functions such as ParallelTable and ParallelMap.
Set
(Built-in Mathematica Symbol) lhs = rhs evaluates rhs and assigns the result to be the value of lhs. From then on, lhs is replaced by rhs whenever it appears. {l_1, l_2, ...} = {r_1, r_2, ...} evaluates ...
lhs ^:= rhs assigns rhs to be the delayed value of lhs, and associates the assignment with symbols that occur at level one in lhs.
VertexCoverQ[g, vlist] yields True if the vertex list vlist is a vertex cover of the graph g, and False otherwise.
Mathematica provides a compact way of representing boxes in terms of strings. This is particularly convenient when you want to import or export specifications of boxes as ...
IncludedScriptContexts is an option to GUIRun and related functions that can extend the active $ContextPath that Script blocks within a definition will use.
ReleaseMethod is an option to GUIRun and related functions that determines when a GUIObject is released.
Mathematica not only fits into standard accessibility frameworks, but also provides its own highly flexible interface accessibility options.
Mathematica's unified symbolic architecture immediately allows it to perform structural transformations not only on objects like lists, but also on general symbolic ...
Mathematica provides many mechanisms for interfacing with the web —from exporting graphics and structured active documents to interacting with web services, importing web ...