Sparse representations of matrices are useful because they do not store every element. If one particular value appears very frequently it can be very advantageous to use a ...
RemoteServicesKernel[properties] contains a list of properties about a currently open Lightweight Grid kernel.
ImageCrop[image] crops image by removing borders of uniform color. ImageCrop[image, {w, h}] crops image to pixel width w and pixel height h.ImageCrop[image, size] crops image ...
NevilleThetaC[z, m] gives the Neville theta function \[CurlyTheta]_c (z \[VerticalSeparator] m).
With the Text graphics primitive, you can insert text at any position in two- or three-dimensional Mathematica graphics. Unless you explicitly specify a style or font using ...
Mathematica notebooks allow you to create documents that can be viewed interactively on screen or printed on paper. Particularly in larger notebooks, it is common to have ...
SQLStringMatchQ[col, patt] specifies a condition in an SQL query used to test whether the value of a column matches a pattern. The actual format for the pattern varies from ...
DefaultOptions is a style option that allows default options to be specified for particular formatting and related constructs.
Mathematica allows arbitrary styling of any form of text to be specified either interactively from menus and commands—or programmatically using its powerful symbolic ...
FullForm[expr] prints as the full form of expr, with no special syntax.