Series
(Built-in Mathematica Symbol) Series[f, {x, x_0, n}] generates a power series expansion for f about the point x = x_0 to order (x - x_0) n. Series[f, {x, x_0, n_x}, {y, y_0, n_y}, ...] successively finds ...
TransferFunctionModel[m, var] represents the model of the transfer-function matrix m with complex variable var.TransferFunctionModel[{num, den}, var] specifies the numerator ...
The complete collection of Greek letters in Mathematica. You can use Greek letters as the names of symbols. The only Greek letter with a built-in meaning in StandardForm is ...
Forms of Input and Output How Input and Output Work The Representation of Textual Forms
ItemSize is an option for Grid, Column, and related constructs that specifies the sizes to allow for items.
CensoredDistribution[{x_min, x_max}, dist] represents the distribution of values that come from dist and are censored to be between x_min and ...
ProbabilityDistribution[pdf, {x, x_min, x_max}] represents the continuous distribution with PDF pdf in the variable x where the pdf is taken to be zero for x < x_min and x > ...
Numerical algorithms for constrained nonlinear optimization can be broadly categorized into gradient-based methods and direct search methods. Gradient-based methods use first ...
The control mechanisms set up for NDSolve enable you to define your own numerical integration algorithms and use them as specifications for the Method option of NDSolve. ...
The functional and list-oriented characteristics of the core Mathematica language allow CUDALink to provide immediate built-in data parallelism, automatically distributing ...