Mathematica's unified symbolic architecture makes it straightforward to insert dynamic behavior anywhere in any graphic. Single functions—readily generated ...
Mathematica makes it easy to "bulletproof" packages, and prevent features of their environment from affecting their internal operation.
TraceDepth is an option for Trace and related functions which specifies the maximum nesting of evaluation chains that are to be included.
Introduction Random Generation Functions Seeding and Localization
FinishDynamic[] finishes updating and displaying all currently visible Dynamic objects.
The Mathematica compiler provides an important way both to speed up and to work with Mathematica computations. It does this by taking assumptions about the computations and ...
Accumulate[list] gives a list of the successive accumulated totals of elements in list.
AlgebraicNumberNorm[a] gives the norm of the algebraic number a.
Apart
(Built-in Mathematica Symbol) Apart[expr] rewrites a rational expression as a sum of terms with minimal denominators. Apart[expr, var] treats all variables other than var as constants.
FrobeniusSolve[{a_1, ..., a_n}, b] gives a list of all solutions of the Frobenius equation a_1 x_1 + ... + a_n x_n = b.FrobeniusSolve[{a_1, ..., a_n}, b, m] gives at most m ...