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 ...
Welcome to .NET/Link, a product that integrates Mathematica and Microsoft's .NET platform. .NET/Link lets you call .NET from Mathematica in a completely transparent way, and ...
Band
(Built-in Mathematica Symbol) Band[{i, j}] represents the sequence of positions on the diagonal band that starts with {i, j} in a sparse array.Band[{i_min, j_min, ...}, {i_max, j_max, ...}] represents the ...
GatherBy[list, f] gathers into sublists each set of elements in list that gives the same value when f is applied.GatherBy[list, {f_1, f_2, ...}] gathers list into nested ...
GeoProjectionData["projection", " property"] gives the value of the specified property for the specified cartographic projection.GeoProjectionData["projection"] gives the ...
ParallelTry[f, {arg_1, arg_2, ...}] evaluates f[arg_i] in parallel, returning the first result received.ParallelTry[f, {arg_1, arg_2, ...}, k] returns a list of the first k ...
"CreateGridBoxDialog" is a front end token that opens the Create Table/Matrix dialog.
"CreateInlineCell" is a front end token that creates a new inline cell.
"SelectTerminalWindow" is a front end token that opens a terminal window to the machine specified by a kernel name.
"SimilarCellBelow" is a front end token that creates a new cell of the same style below the current cell.