DifferentialRootReduce[expr, x] attempts to reduce expr to a single DifferentialRoot object as a function of x.DifferentialRootReduce[expr, {x, x_0}] takes the initial ...
Four underlying types of numbers are built into Mathematica. Intrinsic types of numbers in Mathematica. Rational numbers always consist of a ratio of two integers, reduced to ...
Catch
(Built-in Mathematica Symbol) Catch[expr] returns the argument of the first Throw generated in the evaluation of expr. Catch[expr, form] returns value from the first Throw[value, tag] for which form ...
BetaBinomialDistribution[\[Alpha], \[Beta], n] represents a beta binomial mixture distribution with beta distribution parameters \[Alpha] and \[Beta], and n binomial trials.
HoytDistribution[q, \[Omega]] represents a Hoyt distribution with shape parameter q and spread parameter \[Omega].
In calculus even more than other areas, Mathematica packs centuries of mathematical development into a small number of exceptionally powerful functions. Continually enhanced ...
At the core of Mathematica is the foundational idea that everything —data, programs, formulas, graphics, documents—can be represented as symbolic expressions. And it is this ...
Mathematica can represent not only data and programs, but also the execution history of programs, as symbolic expressions—which can be displayed, manipulated, and analyzed ...
StieltjesGamma[n] gives the Stieltjes constant \[Gamma]_n. StieltjesGamma[n, a] gives the generalized Stieltjes constant \[Gamma]_n (a).
Map
(Built-in Mathematica Symbol) Map[f, expr] or f /@ expr applies f to each element on the first level in expr. Map[f, expr, levelspec] applies f to parts of expr specified by levelspec.