BooleanGraph[bfunc, g_1, ..., g_n] gives the Boolean graph defined by the Boolean function bfunc on the graphs g_1, ..., g_n.
ClickPane[image, func] represents a clickable pane that displays as image and applies func to the x, y coordinates of each click within the pane.ClickPane[image, {{x_min, ...
FixedPoint[f, expr] starts with expr, then applies f repeatedly until the result no longer changes.
PadRight[list, n] makes a list of length n by padding list with zeros on the right. PadRight[list, n, x] pads by repeating the element x. PadRight[list, n, {x_1, x_2, ...}] ...
Permutations[list] generates a list of all possible permutations of the elements in list. Permutations[list, n] gives all permutations containing at most n ...
AutoOpenNotebooks is a global option that specifies which notebooks should be automatically opened when Mathematica is started.
CellHorizontalScrolling is an option for cells that specifies whether the contents of a cell can be scrolled from left to right using the horizontal scroll bar of the ...
ClosingAutoSave is an option for notebooks that specifies whether a notebook is automatically saved when it is closed.
EvaluationCompletionAction is an option for notebooks that specifies the action taken when an evaluation is completed.
ExternalDataCharacterEncoding is a global option that specifies the character encoding used in reading and writing plain text data outside of Mathematica.