Parallel Kernel Status opens a dialog with statistics on active parallel kernels.
The functional and list-oriented characteristics of the core Mathematica language allow Mathematica to provide immediate built-in data parallelism, automatically distributing ...
MatrixForm[list] prints with the elements of list arranged in a regular array.
HoldForm[expr] prints as the expression expr, with expr maintained in an unevaluated form.
Mathematica's symbolic parallel computation architecture provides a uniquely convenient mechanism for communicating and sharing resources between parallel processes. Its ...
PaddedForm[expr, n] prints with all numbers in expr padded to leave room for a total of n digits. PaddedForm[expr, {n, f}] prints with approximate real numbers having exactly ...
Recall that connections to remote kernels, as opened by LaunchKernels, are represented as kernel objects. See the chapter Connection Methods for details. The commands in this ...
EdgeForm[g] is a graphics directive which specifies that edges of polygons and other filled graphics objects are to be drawn using the graphics directive or list of ...
TableForm[list] prints with the elements of list arranged in an array of rectangular cells.
Parallel Kernel Configuration opens a dialog to add, remove, and configure parallel kernels.