Annotation[expr, data] represents an expression expr, with annotation data.Annotation[expr, data, " type"] specifies the type of annotation being given.
BernoulliB[n] gives the Bernoulli number B_n. BernoulliB[n, x] gives the Bernoulli polynomial B_n (x).
BipartiteGraphQ[g] yields True if the graph g is a bipartite graph and False otherwise.
__(two _characters) or BlankSequence[] is a pattern object that can stand for any sequence of one or more Mathematica expressions. __h or BlankSequence[h] can stand for any ...
Break
(Built-in Mathematica Symbol) Break[] exits the nearest enclosing Do, For, or While.
ColorCombine[{image_1, image_2, ...}] creates a multichannel image by combining the sequence of channels in the image_i. ColorCombine[{image_1, image_2, ...}, colorspace] ...
CurveClosed is an option for JoinedCurve that specifies whether individual curve components should be closed curves.
DependentVariables is an option which specifies the list of all objects that should be considered as dependent variables in equations that have been supplied.
Det
(Built-in Mathematica Symbol) Det[m] gives the determinant of the square matrix m.
Diagonal[m] gives the list of elements on the leading diagonal of the matrix m.Diagonal[m, k] gives the elements on the k\[Null]^th diagonal of m.