FixedPointList[f, expr] generates a list giving the results of applying f repeatedly, starting with expr, until the results no longer change.
OverBar
(Built-in Mathematica Symbol) OverBar[expr] displays with a bar over expr.
Lists are central constructs in Mathematica, used to represent collections, arrays, sets, and sequences of all kinds. Lists can have any structure and size, and can routinely ...
FoldList[f, x, {a, b, ...}] gives {x, f[x, a], f[f[x, a], b], ...}.
BitNot
(Built-in Mathematica Symbol) BitNot[n] gives the bitwise NOT of the integer n.
Sharpen
(Built-in Mathematica Symbol) Sharpen[image] gives a sharpened version of image.Sharpen[image, r] gives a version of image sharpened over pixel radius r.
Most
(Built-in Mathematica Symbol) Most[expr] gives expr with the last element removed.
LinearRecurrence[ker, init, n] gives the sequence of length n obtained by iterating the linear recurrence with kernel ker starting with initial values ...
Labeled
(Built-in Mathematica Symbol) Labeled[expr, lbl] displays expr labeled with lbl. Labeled[expr, lbl, pos] places lbl at a position specified by pos. Labeled[expr, {lbl_1, lbl_2, ...}, {pos_1, ...}] places ...
Prepend
(Built-in Mathematica Symbol) Prepend[expr, elem] gives expr with elem prepended.