Special-purpose multiprocessing hardware comes in two types, shared memory and distributed memory. In a shared-memory machine, all processors have access to a common main ...
This section discusses commands that get information about database columns. If you find that the examples in this section do not work as shown, you may need to install or ...
LogPlot, ListLogPlot, and related functions have been added to the built-in Mathematica kernel. PolarPlot and ListPolarPlot have been added to the built-in Mathematica ...
CellularAutomaton[rule, init, t] generates a list representing the evolution of the cellular automaton with the specified rule from initial condition init for t steps. ...
BarSpacing is an option to BarChart and related functions that controls the spacing between bars and groups of bars.
LinkFunction is an option for GeneralizedLinearModelFit that specifies the link function for the generalized linear model.
Univariate descriptive statistics have been added to the built-in Mathematica kernel. Multivariate functionality from this package is included in the newly created ...
FoldList[f, x, {a, b, ...}] gives {x, f[x, a], f[f[x, a], b], ...}.
ItemSize is an option for Grid, Column, and related constructs that specifies the sizes to allow for items.
This example illustrates how to take advantage of Widget["Action"] objects and easily connect and construct typical user interface elements, such as menu items, toolbars, ...