CirclePlus[x, y, ...] displays as x\[CirclePlus]y\[CirclePlus]....
ColorFunctionScaling is an option for graphics functions that specifies whether arguments supplied to a color function should be scaled to lie between 0 and 1.
Compress[expr] gives a compressed representation of expr as a string.
Exclusions is an option that specifies where to exclude in regions used by functions like Plot, Plot3D, and NIntegrate.
$Assumptions is the default setting for the Assumptions option used in such functions as Simplify, Refine, and Integrate.
Nested logical and piecewise functions can be expanded out much like nested arithmetic functions. You can do this using LogicalExpand and PiecewiseExpand. Expanding out ...
MatrixPlot[m] generates a plot that gives a visual representation of the values of elements in a matrix.
Cellular automata provide a convenient way to represent many kinds of systems in which the values of cells in an array are updated in discrete steps according to a local ...
ArrayPlot[array] generates a plot in which the values in an array are shown in a discrete array of squares.
Refine
(Built-in Mathematica Symbol) Refine[expr, assum] gives the form of expr that would be obtained if symbols in it were replaced by explicit numerical expressions satisfying the assumptions assum. ...