This loads packages containing some test problems and utility functions. One of the first and simplest methods for solving initial value problems was proposed by Euler: ...
CUDALink is a built-in Mathematica package that provides a simple and powerful interface for using CUDA within Mathematica's streamlined work flow. CUDALink provides you with ...
Recall that connections to remote kernels, as opened by LaunchKernels, are represented as kernel objects. See the chapter Connection Methods for details. The commands in this ...
Special-purpose multiprocessing hardware comes in two types, shared memory and distributed memory. In a shared-memory machine, all processors have access to a common main ...
The introduction of Mathematica 6 in 2007 represented a revolutionary redefinition of Mathematica. Arriving only 18 months after Mathematica 6, Mathematica 7 represents ...
CensoredDistribution[{x_min, x_max}, dist] represents the distribution of values that come from dist and are censored to be between x_min and ...
DiscreteWaveletData[{wind_1 -> coef_1, ...}, wave, wtrans] yields a discrete wavelet data object with wavelet coefficients coef_i corresponding to wavelet index wind_i, ...
GroebnerBasis[{poly_1, poly_2, ...}, {x_1, x_2, ...}] gives a list of polynomials that form a Gröbner basis for the set of polynomials poly_i. GroebnerBasis[{poly_1, poly_2, ...
ListDensityPlot[array] generates a smooth density plot from an array of values. ListDensityPlot[{{x_1, y_1, f_1}, {x_2, y_2, f_2}, ...}] generates a density plot with values ...
LocationEquivalenceTest[{data_1, data_2, ...}] tests whether the means or medians of the data_i are equal. LocationEquivalenceTest[{data_1, ...}, " property"] returns the ...