XML
(Mathematica Import/Export Format) MIME type: text/xml XML general-purpose markup language and structured document format. Primarily used for the exchange of data across different systems in computer networks. ...
Sound
(Mathematica Tutorial) On most computer systems, Mathematica can produce not only graphics but also sound. Mathematica treats graphics and sound in a closely analogous way. For example, just as you ...
Each version of Mathematica comes with a variety of standard extra packages that provide specific additional functionality. The specific code of these packages can be ...
The Mathematica function DSolve finds symbolic solutions to differential equations. (The Mathematica function NDSolve, on the other hand, is a general numerical differential ...
RectangleChart[{{x_1, y_1}, {x_2, y_2}, ...}] makes a rectangle chart with bars of width x_i and height y_i. RectangleChart[{..., w_i[{x_i, y_i}, ...], ..., w_j[{x_i, y_j}, ...
When you manipulate power series, it is sometimes convenient to think of the series as representing functions, which you can, for example, compose or invert. Composition and ...
DGaussianWavelet[] represents a derivative of Gaussian wavelet of derivative order 2.DGaussianWavelet[n] represents a derivative of Gaussian wavelet of derivative order n.
ImageApply[f, image] applies the function f to the list of channel values for each pixel in image.
MexicanHatWavelet[] represents the Mexican hat wavelet of width 1.MexicanHatWavelet[\[Sigma]] represents the Mexican hat wavelet of width \[Sigma].
CellSize is an option for cells that specifies the width and height of an inline cell.