DumpSave["file.mx", symbol] writes definitions associated with a symbol to a file in internal Mathematica format. DumpSave["file.mx", " context`"] writes out definitions ...
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 ...
ImagePartition[image, s] partitions an image into an array of s*s-pixel subimages.ImagePartition[image, {w, h}] partitions an image into an array of subimages of pixel width ...
StreamPoints is an option to StreamPlot, ListStreamPlot, and related functions that determines how many streamlines to draw.
Steps in the operation of Mathematica. When you type something like x^2 what Mathematica at first sees is just the string of characters x, ^, 2. But with the usual way that ...
In general, a system of ordinary differential equations (ODEs) can be expressed in the normal form, The derivatives of the dependent variables x are expressed explicitly in ...
Functions for manipulating trigonometric expressions. This expands out a trigonometric expression. This factors the expression.
$SQLTimeout gives the default time in seconds that DatabaseLink waits while opening connections and executing database queries.
Some database operations involve carrying out a sequence of database commands. For example, information in two different tables may need to be updated. In these cases it may ...
ConnectToFrontEnd[] establishes a link to the notebook front end for use by the UseFrontEnd[] function.