$MachineType is a string giving the general type of computer on which Mathematica is being run.
$ProcessorType is a string giving the architecture of the processor on which Mathematica is being run.
Mathematica 6.0 represented a major new level in Mathematica's distinguished twenty-year history of broad cutting-edge algorithm development. Mathematica's unified ...
In an expression like f[x], the 'function name' f is itself an expression, and you can treat it as you would any other expression. You can replace names of functions using ...
The symbolic architecture of Mathematica notebooks allows immediate interoperability with a wide range of document, web, graphics and other formats. Mathematica automatically ...
CForm
(Built-in Mathematica Symbol) CForm[expr] prints as a C language version of expr.
FortranForm[expr] prints as a Fortran language version of expr.
SQLTableTypeNames[conn] returns the types of table supported in an SQL connection.
$ReleaseNumber is an integer which gives the current Mathematica kernel release number, and increases in successive releases.
FindArgMin[f, x] gives the position x_min of a local minimum of f.FindArgMin[f, {x, x_0}] gives the position x_min of a local minimum of f, found by a search starting from ...