SeedRandom[n] resets the pseudorandom generator, using n as a seed. SeedRandom[] resets the generator, using as a seed the time of day and certain attributes of the current ...
Symbol
(Built-in Mathematica Symbol) Symbol["name"] refers to a symbol with the specified name.
Times
(Built-in Mathematica Symbol) x*y*z, x*y*z, or x y z represents a product of terms.
Parallel kernels do not have access to the values of variables defined in the master kernel, nor do they have access to locally defined functions. Mathematica contains a ...
Mathematica includes many powerful operations for working with lists. It is often desirable to map a function onto each individual element in a list. While listable functions ...
Composition[f_1, f_2, f_3, ...] represents a composition of the functions f_1, f_2, f_3, ....
InverseErf[s] gives the inverse error function obtained as the solution for z in s = erf(z).
Many aspects of the Mathematica front end such as the styles of cells, the appearance of notebooks, or the parameters used in typesetting are controlled by options. For ...
BoxesToSymbolicMathML[boxes] converts the Mathematica box structure, boxes, into a MathML-flavored SymbolicXML structure.
GCD
(Built-in Mathematica Symbol) GCD[n_1, n_2, ...] gives the greatest common divisor of the n_i.