Since many functions in Mathematica give solutions in the form of rules, you need to be able to use these rules to explore and interpret your results. Although many of the ...
Inner
(Built-in Mathematica Symbol) Inner[f, list_1, list_2, g] is a generalization of Dot in which f plays the role of multiplication and g of addition.
Backtrack[s, partialQ, solutionQ] performs a backtrack search of the state space s, expanding a partial solution so long as partialQ is True and returning the first complete ...
DeleteCycle[g, c] deletes a simple cycle c from graph g. c is specified as a sequence of vertices in which the first and last vertices are identical. g can be directed or ...
LabelPoints is an option to DiagramPlot and PlanarGraphPlot that specifies whether to label points according to their position in the input list.
Xx
(Vector Analysis Package Symbol) Xx is one of the default coordinates for the Cartesian coordinate system.
Discrete distributions come from a variety of backgrounds, but perhaps the most common relate back to the simple Bernoulli trial, which chooses between two outcomes, called ...
EnterExpressionPacket[expr] is a MathLink packet that requests the evaluation of expr.
EnterTextPacket[string] is a MathLink packet that requests the parsing and evaluation of string as an expression.
EvaluatePacket[expr] is a MathLink packet requesting evaluation of expr.