Cos
(Built-in Mathematica Symbol) Cos[z] gives the cosine of z.
Sin
(Built-in Mathematica Symbol) Sin[z] gives the sine of z.
StepMonitor is an option for iterative numerical computation functions that gives an expression to evaluate whenever a step is taken by the numerical method used.
FixedPoint[f, expr] starts with expr, then applies f repeatedly until the result no longer changes.
Module
(Built-in Mathematica Symbol) Module[{x, y, ...}, expr] specifies that occurrences of the symbols x, y, ... in expr should be treated as local. Module[{x = x_0, ...}, expr] defines initial values for x, ...
Descriptive statistics refers to properties of distributions, such as location, dispersion, and shape. The functions described here compute descriptive statistics of lists of ...
Product
(Built-in Mathematica Symbol) Product[f, {i, i_max}] evaluates the product \[Product]i = 1 i_max f. Product[f, {i, i_min, i_max}] starts with i = i_min. Product[f, {i, i_min, i_max, di}] uses steps di. ...
SymbolicExpressionMLToExpression[expr] takes a SymbolicXML expression expr that represents an ExpressionML document and returns the corresponding expression.
DaubechiesWavelet[] represents a Daubechies wavelet of order 2. DaubechiesWavelet[n] represents a Daubechies wavelet of order n.
CUDAFourier[list] finds the discrete Fourier transform of a list of complex numbers.CUDAFourier[mem] finds the discrete Fourier transform of a CUDAMemory.