Dot
(Built-in Mathematica Symbol) a.b.c or Dot[a, b, c] gives products of vectors, matrices, and tensors.
StackBegin[expr] evaluates expr, starting a fresh evaluation stack.
Cross
(Built-in Mathematica Symbol) Cross[a, b] gives the vector cross product of a and b.
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.
EmitSound[snd] emits the sound snd when evaluated. EmitSound[{snd_1, snd_2, ...}] emits each of the sounds snd_i in sequence.
False
(Built-in Mathematica Symbol) False is the symbol for the Boolean value false.
True
(Built-in Mathematica Symbol) True is the symbol for the Boolean value true.
You can create and present slide shows directly from within Mathematica . Mathematica provides an integrated workflow from initial experimentation to final presentation. ...
EventHandler[expr, {"event_1" :> action_1, "event_2" :> action_2, ...}] displays as expr, evaluating action_i whenever "event_i" occurs in connection with expr.
ChartLabels is an option for charting functions that specifies what labels should be used for chart elements.