The hypergeometric functions play a unifying role in mathematical analysis since many important functions, such as the Bessel functions and Legendre functions, are special ...
Introduction to MathLink How MathLink Is Used Installing Existing MathLink-Compatible Programs
Mathematica can run parallel kernels in a number of different ways; locally on the same machine or remote on other machines connected in a network. Furthermore, the network ...
The functions defined in the NumericalCalculus` context provide support for finding numerical solutions to calculus-related problems. This loads the package: The built-in ...
LineIntegralConvolutionPlot[{{v_x, v_y}, image}, {x, x_min, x_max}, {y, y_min, y_max}] generates a line integral convolution plot of image convolved with the vector field ...
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 > ...
Mathematica provides representation of algebraic numbers as Root objects. A Root object contains the minimal polynomial of the algebraic number and the root number—an integer ...
CDF
(Built-in Mathematica Symbol) CDF[dist, x] gives the cumulative distribution function for the symbolic distribution dist evaluated at x.CDF[dist, {x_1, x_2, ...}] gives the multivariate cumulative ...
Parallel computing in Mathematica is based on launching and controlling multiple Mathematica kernel (worker) processes from within a single master Mathematica, providing a ...
FourierDCT[list] finds the Fourier discrete cosine transform of a list of real numbers.FourierDCT[list, m] finds the Fourier discrete cosine transform of type m.