Mathematica 's powerful spline functionality includes both numeric and symbolic support. Built-in basis polynomials and efficient spline construction provide a way to ...
GZIP
(Mathematica Import/Export Format) MIME type: application/x-gzip GZIP compression method and file format. General-purpose lossless compression method. Commonly used for archiving data and for exchanging files ...
MMCIF
(Mathematica Import/Export Format) MIME types: chemical/x-cif, chemical/x-mmcif 3D molecular model file. Used in cheminformatics applications and on the web for storing and exchanging molecule models. Commonly ...
Cell
(Built-in Mathematica Symbol) Cell[contents] is the low-level representation of a cell inside a Mathematica notebook. Cell[contents, " style"] represents a cell in the specified style.
CoefficientRules[poly, {x_1, x_2, ...}] gives the list {{e_11, e_12, ...} -> c_1, {e_21, ...} -> c_2, ...} of exponent vectors and coefficients for the monomials in poly with ...
ImageCompose[image, overlay] gives the result of overlaying overlay onto image. ImageCompose[image, {overlay, \[Alpha]}] gives the result of alpha blending overlay into image ...
ImageData[image] gives the array of pixel values in image.ImageData[image, " type"] gives the array of pixel values converted to the specified type.
ProbabilityPlot[list] generates a plot of the CDF of list against the CDF of a normal distribution.ProbabilityPlot[dist] generates a plot of the CDF of the distribution dist ...
ProbabilityScalePlot[{x_1, x_2, ...}] generates a normal probability plot of the samples x_i. ProbabilityScalePlot[{x_1, x_2, ...}, " dist"] generates a probability plot ...
RandomComplex[] gives a pseudorandom complex number with real and imaginary parts in the range 0 to 1.RandomComplex[{z_min, z_max}] gives a pseudorandom complex number in the ...