Sequence of 16-bit characters. Raw binary format.
ICO
(Mathematica Import/Export Format) Registered MIME type: image/vnd.microsoft.icon Microsoft Windows icon. Raster image file format. Native icon format on Windows. ICO is an acronym derived from icon. Binary ...
Differences[list] gives the successive differences of elements in list. Differences[list, n] gives the n\[Null]^th differences of list. Differences[list, {n_1, n_2, ...}] ...
TreeForm[expr] displays expr as a tree with different levels at different depths. TreeForm[expr, n] displays expr as a tree only down to level n.
AutoOpenNotebooks is a global option that specifies which notebooks should be automatically opened when Mathematica is started.
Most mathematical functions in Mathematica are set up to apply themselves separately to each element in a list. This is true in particular of all functions that carry the ...
SystemInformation[] gives detailed information about the Mathematica system being run. SystemInformation["comp"] gives a list of rules with information about the component " ...
ColorConvert[expr, colspace] converts color specifications in expr to refer to the color space represented by colspace.
MeanShift[list, d] replaces each element in list by the mean of the values of all elements that differ by less than d.