DigitQ
(Built-in Mathematica Symbol) DigitQ[string] yields True if all the characters in the string are digits in the range 0 through 9, and yields False otherwise.
OrbitInventory[ci, x, w] returns the value of the cycle index ci when each formal variable x[i] is replaced by w. OrbitInventory[ci, x, weights] returns the inventory of ...
Overflow[] represents a number too large to represent explicitly on your computer system.
PaneSelector[{v_1 -> expr_1, v_2 -> expr_2, ...}, v] represents an object that displays as a pane containing the expr_i for which v_i is equal to v.
Sometimes you may want to work with a specific part of a file instead of all of it. When bringing a file into Mathematica , you can elect to import just individual parts of ...
QRDecomposition[m] yields the QR decomposition for a numerical matrix m. The result is a list {q, r}, where q is an orthogonal matrix and r is an upper-triangular matrix.
Inherited represents an option value to be inherited from an enclosing style, cell, or notebook.
PermutationGraph[p] gives the permutation graph for the permutation p.
Deployed is an option for displayed objects, cells, and notebooks that specifies whether their contents should be considered deployed, so that elements such as Slider, ...
Deploy
(Built-in Mathematica Symbol) Deploy[expr] yields a deployed version of expr in which elements such as Slider, InputField, Locator, and Button are active, but general editing and selection is disabled.