The release of Mathematica 6 in May 2007 represented a revolution in the development of Mathematica. Building on this revolution, Mathematica 7 not only greatly broadens and ...
We first encountered lists in "Making Lists of Objects" as a way of collecting numbers together. Here, we shall see many different ways to use lists. You will find that lists ...
Reverse
(Built-in Mathematica Symbol) Reverse[expr] reverses the order of the elements in expr. Reverse[expr, n] reverses elements at level n in expr.Reverse[expr, {n_1, n_2, ...}] reverses elements at levels ...
Mathematica provides systemwide support for a large number of special characters. Each character has a name and a number of shortcut aliases. They are fully supported by the ...
The MathLink library contains an extensive collection of C functions that allow arbitrary data and structure to be exchanged with Mathematica, and provide detailed control of ...
Mathematica supports many formats, with many subformats, variants, and options.
Append
(Built-in Mathematica Symbol) Append[expr, elem] gives expr with elem appended.
FactorList[poly] gives a list of the factors of a polynomial, together with their exponents.
$MessageList is a global variable that gives a list of the names of messages generated during the evaluation of the current input line.