Trace
(Built-in Mathematica Symbol) Trace[expr] generates a list of all expressions used in the evaluation of expr. Trace[expr, form] includes only those expressions which match form. Trace[expr, s] includes ...
The main expression or object that a built-in Mathematica function acts on is given as the first argument to the function. As part of the syntax, a built-in Mathematica ...
ANOVA
(ANOVA Package Symbol) ANOVA[data] performs a one-way analysis of variance.ANOVA[data, model, vars] performs an analysis of variance for model as a function of the categorical variables vars.
ParametricPlot[{f_x, f_y}, {u, u_min, u_max}] generates a parametric plot of a curve with x and y coordinates f_x and f_y as a function of u. ParametricPlot[{{f_x, f_y}, ...
$MachineEpsilon gives the difference between 1.0 and the next-nearest number representable as a machine-precision number.
LeastSquares[m, b] finds an x that solves the linear least-squares problem for the matrix equation m.x == b.
Timing
(Built-in Mathematica Symbol) Timing[expr] evaluates expr, and returns a list of the time in seconds used, together with the result obtained.
RootIntervals[{poly_1, poly_2, ...}] gives a list of isolating intervals for the real roots of any of the poly_i, together with a list of which polynomials actually have each ...
Converting between strings, boxes, and expressions. Here is a simple expression. This gives the InputForm of the expression as a string.
Mathematica provides an extensive, straightforward set of tools to control the appearance of your charts. Whether you are creating chart legends with the symbolic wrapper ...