CoefficientArrays[polys, vars] gives the arrays of coefficients of the variables vars in the polynomials polys.
Styled Notebook opens the Stylesheets palette to create a styled notebook.
LinkObject["name", n_1, n_2] is an object that represents an active MathLink connection for functions such as LinkRead and LinkWrite.
The NumericalDifferentialEquationAnalysis package combines functionality for analyzing differential equations using Butcher trees, Gaussian quadrature, and Newton-Cotes ...
The integrated visualization capabilities of Mathematica provide many tools to show data in 3D. The ability to plot points, surfaces, and contours, combined with the ...
Det
(Built-in Mathematica Symbol) Det[m] gives the determinant of the square matrix m.
Mathematica 8 introduces a coherent collection of algorithms and data structures for working with permutation groups. Building upon Mathematica's proven symbolic ...
HoldAllComplete is an attribute which specifies that all arguments to a function are not to be modified or looked at in any way in the process of evaluation.
3DS
(Mathematica Import/Export Format) MIME types: application/x-3ds, image/x-3ds Autodesk 3DS file format. Scene description and 3D modeling format. Used for 3D modeling and animation. Native format of Autodesk ...
MovingAverage[list, r] gives the moving average of list, computed by averaging runs of r elements.MovingAverage[list, {w_1, w_2, ..., w_r}] gives the moving average of list, ...