Mathematica can efficiently handle both univariate and multivariate rational functions, with built-in functions immediately implementing standard algebraic transformations.
Using a host of original algorithms developed at Wolfram Research, Mathematica provides powerful functions that automate the process of creating cognitively and aesthetically ...
Except
(Built-in Mathematica Symbol) Except[c] is a pattern object which represents any expression except one that matches c. Except[c, p] represents any expression that matches p but not c.
When fitting models to data, it is often useful to analyze how well the model fits the data and how well the fitting meets the assumptions of the model. For a number of ...
Definition[symbol] prints as the definitions given for a symbol.
Min
(Built-in Mathematica Symbol) Min[x_1, x_2, ...] yields the numerically smallest of the x_i. Min[{x_1, x_2, ...}, {y_1, ...}, ...] yields the smallest element of any of the lists.
Max
(Built-in Mathematica Symbol) Max[x_1, x_2, ...] yields the numerically largest of the x_i. Max[{x_1, x_2, ...}, {y_1, ...}, ...] yields the largest element of any of the lists.
This section shows some of the ways that TetGenLink can be applied. To use TetGenLink it must first be loaded. Next, some random points are generated and displayed.
ReplacePart[expr, i -> new] yields an expression in which the i\[Null]\[Null]^th part of expr is replaced by new. ReplacePart[expr, {i_1 -> new_1, i_2 -> new_2, ...}] ...
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 ...