AnimationRepetitions is an option to Animate and related functions that specifies how many times the animation they create runs before stopping.
BesselI
(Built-in Mathematica Symbol) BesselI[n, z] gives the modified Bessel function of the first kind I_n (z).
Characters["string"] gives a list of the characters in a string.
ColorSelectorSettings -> {opt -> val} is a global option that specifies settings for the Color dialog box.
CreateScheduledTask[expr] creates a task that will repeatedly evaluate expr once per second.CreateScheduledTask[expr, time] creates a task that will repeatedly evaluate expr ...
CurrentImage[] returns the current image captured from a connected camera.CurrentImage[n] returns n sequential image frames as a list.
Dot
(Built-in Mathematica Symbol) a.b.c or Dot[a, b, c] gives products of vectors, matrices, and tensors.
Eigenvectors[m] gives a list of the eigenvectors of the square matrix m. Eigenvectors[{m, a}] gives the generalized eigenvectors of m with respect to a. Eigenvectors[m, k] ...
Exit
(Built-in Mathematica Symbol) Exit[] terminates a Mathematica kernel session.
GridFrame is an option for grids that specifies whether a surrounding frame is drawn.