Mathematica notebooks provide a state-of-the-art technical document system as well as being the primary working environment. The tools for creating publication-quality ...
Mathematica includes rich support for linking between notebooks and from notebooks to websites. You can simply add references to a single notebook or link between a series of ...
As well as being able to specify colors in several color spaces, Mathematica also contains a variety of predefined colors and aesthetically pleasing color spectrums. These ...
VCF
(Mathematica Import/Export Format) MIME types: text/directory, text/x-vcard vCard personal data format. Commonly used in email and personal information management applications and on mobile devices. Standard ...
BeginPackage["context`"] makes context` and System` the only active contexts. BeginPackage["context`", {"need_1`", "need_2`", ...}] calls Needs on the need_i.
ChartElements is an option to charting functions such as BarChart that specifies the graphics to use as the basis for bars or other chart elements.
ColorFunction is an option for graphics functions that specifies a function to apply to determine colors of elements.
CompleteGraphQ[g] yields True if the graph g is a complete graph, and False otherwise.CompleteGraphQ[g, vlist] yields True if the subgraph induced by vlist is a complete ...
DerivativeFilter[image, {n_1, n_2}] computes the n_i\[Null]^th derivative of image in the vertical and horizontal directions.DerivativeFilter[image, {n_1, n_2}, \[Sigma]] ...
FourierSinCoefficient[expr, t, n] gives the n\[Null]^th coefficient in the Fourier sine series expansion of expr.FourierSinCoefficient[expr, {t_1, t_2, ...}, {n_1, n_2, ...}] ...