Functions in Mathematica are carefully set up so that you normally do not have to know how they work inside. But particularly for numerical functions that use iterative ...
The ability to generate pseudorandom numbers is important for simulating events, estimating probabilities and other quantities, making randomized assignments or selections, ...
MakeJavaObject[expr] constructs a new Java object whose "value" is expr.
OpenCLMemory[args, ...] is a handle to memory registered with the OpenCLLink memory manager.
TetGenGetElements[expr] gets the elements in a TetGen expression.
MaximalBipartiteMatching[g] gives the maximal matching of the bipartite graph g.
FirstIntegrals[f, x[t], t] returns a list of first integrals corresponding to the coordinate x[t] and independent variable t of the integrand f.FirstIntegrals[f, {x[t], y[t], ...
DictionaryLookup[patt] finds all words in an English dictionary that match the string pattern patt.DictionaryLookup[patt, n] gives only the first n words ...
FourierTransform[expr, t, \[Omega]] gives the symbolic Fourier transform of expr. FourierTransform[expr, {t_1, t_2, ...}, {\[Omega]_1, \[Omega]_2, ...}] gives the ...
InverseFourierTransform[expr, \[Omega], t] gives the symbolic inverse Fourier transform of expr. InverseFourierTransform[expr, {\[Omega]_1, \[Omega]_2, \ ...}, {t_1, t_2, ...