Most
(Built-in Mathematica Symbol) Most[expr] gives expr with the last element removed.
Shallow
(Built-in Mathematica Symbol) Shallow[expr] prints as a shallow form of expr. Shallow[expr, depth] prints with all parts of expr below the specified depth given in skeleton form. Shallow[expr, {depth, ...
Lists are widely used in Mathematica, and there are many ways to construct them. Some explicit ways to construct lists. This gives a table of the first five powers of 2.
Rational is the head used for rational numbers.
FixedPoint[f, expr] starts with expr, then applies f repeatedly until the result no longer changes.
At the core of Mathematica is the foundational idea that everything —data, programs, formulas, graphics, documents—can be represented as symbolic expressions. And it is this ...
Factoring a quadratic polynomial in one variable is straightforward. But Mathematica routinely factors degree-100 polynomials in 3 variables—by making use of a tower of ...
Operate
(Built-in Mathematica Symbol) Operate[p, f[x, y]] gives p[f][x, y]. Operate[p, expr, n] applies p at level n in the head of expr.
Rest
(Built-in Mathematica Symbol) Rest[expr] gives expr with the first element removed.
WindowTitle is an option that specifies the title to give for a window.