DiscreteIndicator[x, x_1, {u_1, u_2, ...}] yields the discrete indicator function, equal to 1 if x = x_1 and 0 if x = u_i for any i.
Although Mathematica matches patterns in a purely structural fashion, its notion of structural equivalence is quite sophisticated. In particular, it takes account of ...
GridBox
(Built-in Mathematica Symbol) GridBox[{{box_11, box_12, ...}, {box_21, box_22, ...}, ...}] is a low-level box construct that represents a two-dimensional grid of boxes or strings in notebook expressions.
Inset
(Built-in Mathematica Symbol) Inset[obj] represents an object obj inset in a graphic. Inset[obj, pos] specifies that the inset should be placed at position pos in the graphic. Inset[obj, pos, opos] aligns ...
You can think of an expression like f[x] as being formed by applying an operator f to the expression x. You can think of an expression like f[g[x]] as the result of composing ...
JPEG2000
(Mathematica Import/Export Format) MIME type: image/jp2 JPEG2000 raster image and compression format. Used for photographic images. JPEG is an acronym for Joint Photographic Experts Group. Binary file format. ...
CConditional[test, trueArg, falseArg] is a symbolic representation of an inline conditional expression.
CContinue[] is a symbolic representation of a continue statement.
CGoto
(SymbolicC Package Symbol) CGoto[label] is a symbolic representation of a goto statement.
CLabel
(SymbolicC Package Symbol) CLabel[label] is a symbolic representation of a label.