Convolution and correlation are central to many kinds of operations on lists of data. They are used in such areas as signal and image processing, statistical data analysis, ...
The first part of this User Guide describes using J/Link to allow you to call from Mathematica into Java, thereby extending the Mathematica environment to include the ...
.NET/Link provides Mathematica users with the ability to interact with arbitrary .NET types directly from Mathematica. You can create objects and call methods and properties ...
ArcSin
(Built-in Mathematica Symbol) ArcSin[z] gives the arc sine sin -1 (z) of the complex number z.
Binomial[n, m] gives the binomial coefficient ( { {n}, {m} } ).
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.
FunctionExpand[expr] tries to expand out special and certain other functions in expr, when possible reducing compound arguments to simpler ones. FunctionExpand[expr, assum] ...
ParallelEvaluate[expr] evaluates the expression expr on all available parallel kernels and returns the list of results obtained.ParallelEvaluate[expr, kernel] evaluates expr ...
Moment
(Built-in Mathematica Symbol) Moment[list, r] gives the r\[Null]^th sample moment of the elements in list.Moment[dist, r] gives the r\[Null]^th moment of the symbolic distribution dist.Moment[..., {r_1, ...
MLAbort
(Mathematica MathLink C Function) int MLAbort is a global variable set when a program created using mcc or mprep has been sent an abort message.