TableSpacing is an option for TableForm and MatrixForm which specifies how many spaces should be left between each successive row or column.
Compile
(Built-in Mathematica Symbol) Compile[{x_1, x_2, ...}, expr] creates a compiled function that evaluates expr assuming numerical values of the x_i. Compile[{{x_1, t_1}, ...}, expr] assumes that x_i is of a ...
LineIntegralConvolutionPlot[{{v_x, v_y}, image}, {x, x_min, x_max}, {y, y_min, y_max}] generates a line integral convolution plot of image convolved with the vector field ...
Graphics[primitives, options] represents a two-dimensional graphical image.
Graphics3D[primitives, options] represents a three-dimensional graphical image.
BarChart[{y_1, y_2, ...}] makes a bar chart with bar lengths y_1, y_2, ....BarChart[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a bar chart with bar features defined ...
N
(Built-in Mathematica Symbol) N[expr] gives the numerical value of expr. N[expr, n] attempts to give a result with n-digit precision.
TableForm[list] prints with the elements of list arranged in an array of rectangular cells.
Mathematica has over 3000 built-in functions and other objects, all based on a single unified framework, and all carefully designed to work together, both in simple ...
CUDAFunctionLoad[src, fun, argtypes, blockdim] loads CUDAFunction from scr and makes fun available in Mathematica.CUDAFunctionLoad[{srcfile}, fun, argtypes, blockdim] loads ...