LegendPosition is an option for Legend, which specifies the location of the lower-left corner of a legend box.
LegendSize is an option for Legend which specifies the size of a legend box.
ShadowBorder is an option for ShadowBox, which specifies the style of the border around the rectangle above a shadow.
BoxLabels is an option for BoxWhiskerPlot which specifies labels to be given for each of the datasets.
DotProduct[v_1, v_2] gives the dot product of the two 3-vectors v_1, v_2 in the default coordinate system. DotProduct[v_1, v_2, coordsys] gives the dot product of v_1 and v_2 ...
ScalarTripleProduct[v_1, v_2, v_3] gives the scalar triple product of the three 3-vectors v_1, v_2 and v_3 in the default coordinate system. ScalarTripleProduct[v_1, v_2, ...
RawXML["string"] represents a raw string fragment of XML that can be used inside a SymbolicXML expression.
SymbolicXMLQ[expr] returns True if the expression expr matches some basic patterns for a SymbolicXML expression and False otherwise.SymbolicXMLQ[expr, True] performs a ...
The MathLink library contains an extensive collection of C functions that allow arbitrary data and structure to be exchanged with Mathematica, and provide detailed control of ...
Mathematica provides not only automatic parallelization capabilities, but also a full built-in symbolic language for specifying concurrent computation.