KML
(Mathematica Import/Export Format) KML map data format. Standard GIS file format. Stores the geometry and data of cartographic map features. KML is an acronym for Keyhole Markup Language. Used by Google Earth. ...
MX
(Mathematica Import/Export Format) Mathematica serialized package format. Used for the distribution of Mathematica packages. Stores arbitrary Mathematica expressions in a serialized format optimized for fast ...
MathematicaScript is an interpreter for standalone executable Mathematica scripts.
Append
(Built-in Mathematica Symbol) Append[expr, elem] gives expr with elem appended.
ColorCombine[{image_1, image_2, ...}] creates a multichannel image by combining the sequence of channels in the image_i. ColorCombine[{image_1, image_2, ...}, colorspace] ...
x-- decreases the value of x by 1, returning the old value of x.
FindClique[g] finds a clique with maximum number of vertices in the graph g.
FiniteGroupCount[n] gives the number of finite groups of order n.
GroupElementQ[group, g] returns True if the object g is an element of group and False otherwise.
ImageTake[image, n] gives an image consisting of the first n rows of image.ImageTake[image, -n] gives an image consisting of the last n rows of image.ImageTake[image, {row_1, ...