TruncatedDistribution[{x_min, x_max}, dist] represents the distribution obtained by truncating the values of dist to lie between x_min and ...
Typical ways to enter characters. All printable ASCII characters can be entered directly. Those that are not alphanumeric are assigned explicit names in Mathematica, allowing ...
The Mathematica function NIntegrate is a general numerical integrator. It can handle a wide range of one-dimensional and multidimensional integrals. Finding a numerical ...
LucasL
(Built-in Mathematica Symbol) LucasL[n] gives the Lucas number L_n.LucasL[n, x] gives the Lucas polynomial L_n (x).
List
(Built-in Mathematica Symbol) {e_1, e_2, ...} is a list of elements.
Numerical sums, products and integrals. Here is a numerical approximation to ∑_(i=1)^∞((1)/(i^3)). NIntegrate can handle singularities in the integration region.
The functions described here are among the most commonly used continuous univariate statistical distributions. You can compute their densities, means, variances, and other ...
The hypergeometric functions play a unifying role in mathematical analysis since many important functions, such as the Bessel functions and Legendre functions, are special ...
All the functionality of NumericalMath`Approximations` is now available in the newly created Function Approximations Package.
If you represent the n^th term in a sequence as a[n], you can use a recurrence equation to specify how it is related to other terms in the sequence. RSolve takes recurrence ...