Missing
(Built-in Mathematica Symbol) Missing[] represents data that is missing.Missing["reason"] specifies a reason for the data being missing.Missing["reason", expr] associates the expression expr with the ...
MultiedgeStyle is an option for GraphPlot and related functions that specifies how to draw multiple edges.
Not
(Built-in Mathematica Symbol) ! expr is the logical NOT function. It gives False if expr is True, and True if it is False.
SelfLoopStyle is an option for GraphPlot and related functions that specifies how to draw self-loops that connect a vertex to itself.
TraceDialog[expr] initiates a dialog for every expression used in the evaluation of expr. TraceDialog[expr, form] initiates a dialog only for expressions which match form. ...
TraceScan[f, expr] applies f to all expressions used in the evaluation of expr. TraceScan[f, expr, form] includes only those expressions which match form. TraceScan[f, expr, ...
Unprotect[s_1, s_2, ...] removes the attribute Protected for the symbols s_i. Unprotect["form_1", "form_2", ...] unprotects all symbols whose names textually match any of the ...
$MessageGroups is the list of rules that gives named message groups used in functions like On and Quiet.
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 ...
Numerical solution of differential equations. This generates a numerical solution to the equation y^′(x)y(x) with 0<x<2. The result is given in terms of an ...