When you have numerical data, it is often convenient to find a simple formula that approximates it. For example, you can try to "fit" a line or curve through the points in ...
$ContextPath is a global variable that gives a list of contexts, after $Context, to search in trying to find a symbol that has been entered.
PowerModList[a, s/r, m] gives a list of all x modulo m for which x^r \[Congruent] a^s mod m.
Mathematica has sophisticated built-in automatic numerical precision and accuracy control. But for special-purpose optimization of numerical computations, or for studying ...
$Path
(Built-in Mathematica Symbol) $Path gives the default list of directories to search in attempting to find an external file.
The names of built-in functions follow some general guidelines. The main expression or object on which a built-in function acts is usually given as the first argument to the ...
Cases
(Built-in Mathematica Symbol) Cases[{e_1, e_2, ...}, pattern] gives a list of the e_i that match the pattern. Cases[{e_1, ...}, pattern -> rhs] gives a list of the values of rhs corresponding to the e_i ...
A "How to" describes how to carry out particular tasks with Mathematica, giving step-by-step instructions for common cases.
WordData["word", " property"] gives the specified property for the English word " word".WordData["word"] gives a list of full word specifications representing possible uses ...
Order
(Built-in Mathematica Symbol) Order[expr_1, expr_2] gives 1 if expr_1 is before expr_2 in canonical order, and -1 if expr_1 is after expr_2 in canonical order. It gives 0 if expr_1 is identical to expr_2.