In many computations you are concerned only with the final result of evaluating the expression given as input. But sometimes you also want to collect expressions that were ...
KernelLink -- communicate with a Mathematica kernel, MathLink -- low-level methods for communicating with any MathLink program, MathLinkFactory -- create links, ...
The basis for a nonlinear conjugate gradient method is to effectively apply the linear conjugate gradient method, where the residual is replaced by the gradient. A model ...
OpenCLLink allows Mathematica to use the OpenCL parallel computing language. It contains functions that facilitate loading user-defined OpenCL functions into Mathematica. ...
Fibonacci[n] gives the Fibonacci number F_n. Fibonacci[n, x] gives the Fibonacci polynomial F_n (x).
Plus
(Built-in Mathematica Symbol) x + y + z represents a sum of terms.
ComplexInfinity represents a quantity with infinite magnitude, but undetermined complex phase.
NInverseFourierCoefficient[expr, n, t] gives a numerical approximation to the function, evaluated at t, whose Fourier exponential series representation has coefficients given ...
FindGeometricTransform[pts_1, pts_2] finds a geometric transformation between two geometries pts_1 and pts_2, returning the alignment error together with the transformation ...
CUDALink allows Mathematica to use the CUDA parallel computing architecture on Graphical Processing Units (GPUs). It contains functions that use CUDA-enabled GPUs to boost ...