Ordinary mathematical functions in Mathematica are always "listable", so that they are immediately applied in parallel across lists. Mathematica provides a wide variety of ...
Mathematica transparently works with complex variables throughout, not only numerically, but also symbolically—often relying on original results to handle intricate branch ...
Reals
(Built-in Mathematica Symbol) Reals represents the domain of real numbers, as in x \[Element] Reals.
DistributionFitTest[data] tests whether data is normally distributed. DistributionFitTest[data, dist] tests whether data is distributed according to dist. ...
Mathematica symbolic expressions can represent an immense range of types of objects. Mathematica provides a rich collection of functions to test expressions. Functions that ...
SetPrecision[expr, p] yields a version of expr in which all numbers have been set to have precision p.
Integers represents the domain of integers, as in x \[Element] Integers.
AlgebraicIntegerQ[a] yields True if a is an algebraic integer, and yields False otherwise.
If you make a definition like f[x_]:=x Sin[x], Mathematica will store the expression x Sin[x] in a form that can be evaluated for any x. Then when you give a particular value ...
Mathematica handles formulas of all types, from polynomials with millions of terms to complex combinations of higher mathematical functions. It provides powerful general ...