Mathematica's symbolic architecture allows it to represent any equation as a symbolic expression that can be manipulated using any of Mathematica's powerful collection of ...
As the world's most extensive programmatic mathematical typesetting system, Mathematica provides a range of controls over the details of layout and rendering.
Rationalize[x] converts an approximate number x to a nearby rational with small denominator. Rationalize[x, dx] yields the rational number with smallest denominator that lies ...
Real
(Built-in Mathematica Symbol) Real is the head used for real (floating-point) numbers.
OddQ
(Built-in Mathematica Symbol) OddQ[expr] gives True if expr is an odd integer, and False otherwise.
CompilationTarget is an option for Compile that specifies the target runtime for the compiled function.
MorphologicalPerimeter[image] picks out the morphological perimeter of regions of foreground in image.MorphologicalPerimeter[image, t] treats values above t as foreground.
Parallelization is an option for Compile that specifies whether it should create a compiled function that could run in parallel.
$CompilationTarget gives the default value for the option CompilationTarget of Compile.
$MachineID is a string that gives, if possible, a unique identification code for the computer on which Mathematica is being run.