YuleDissimilarity[u, v] gives the Yule dissimilarity between Boolean vectors u and v.
$MaxNumber gives the maximum arbitrary-precision number that can be represented on a particular computer system.
$MessageList is a global variable that gives a list of the names of messages generated during the evaluation of the current input line.
$MinMachineNumber is the smallest positive machine-precision number that can be used on a particular computer system.
$ModuleNumber gives the current serial number to be used for local variables that are created.
$PreRead is a global variable whose value, if set, is applied to the text or box form of every input expression before it is fed to Mathematica.
Other tutorials have discussed explicit loading of Mathematica packages using <<package and Needs[package]. Sometimes, however, you may want to set Mathematica up so that it ...
Basic plotting functions. This plots a graph of sin(x) as a function of x from 0 to 2π. You can plot functions that have singularities. Mathematica will try to choose ...
You can define the derivative in Mathematica of a function f of one argument simply by an assignment like f'[x_]=fp[x]. This defines the derivative of f(x) to be fp(x). In ...
Here is a homogeneous equation in which the total degree of both the numerator and the denominator of the right-hand side is 2. The two parts of the solution list give ...