MapAt
(Built-in Mathematica Symbol) MapAt[f, expr, n] applies f to the element at position n in expr. If n is negative, the position is counted from the end. MapAt[f, expr, {i, j, ...}] applies f to the part of ...
Basic Objects Input Syntax Some General Notations and Conventions
Clear
(Built-in Mathematica Symbol) Clear[symbol_1, symbol_2, ...] clears values and definitions for the symbol_i. Clear["form_1", "form_2", ...] clears values and definitions for all symbols whose names match ...
N
(Built-in Mathematica Symbol) N[expr] gives the numerical value of expr. N[expr, n] attempts to give a result with n-digit precision.
Converting between numbers and lists or strings of digits. Here is the list of base 16 digits for an integer. This gives a list of digits, together with the number of digits ...
Simplifying with assumptions. Mathematica does not automatically simplify this, since it is only true for some values of x. Sqrt[x^2] is equal to x for x≥0, but not otherwise.
The introduction of Mathematica 6 in 2007 represented a revolutionary redefinition of Mathematica. Arriving only 18 months after Mathematica 6, Mathematica 7 represents ...
Map
(Built-in Mathematica Symbol) Map[f, expr] or f /@ expr applies f to each element on the first level in expr. Map[f, expr, levelspec] applies f to parts of expr specified by levelspec.
You will find the Documentation Center, Function Navigator, and Virtual Book essential in learning Mathematica's vast programming language and functionality.
The history of an interactive Mathematica computation is both maintained in a fully editable Mathematica notebook, and is stored symbolically in a sequence of In and Out ...