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, ...
LongestCommonSubsequence[s_1, s_2] finds the longest contiguous subsequence of elements common to the strings or lists s_1 and s_2.
Pick
(Built-in Mathematica Symbol) Pick[list, sel] picks out those elements of list for which the corresponding element of sel is True. Pick[list, sel, patt] picks out those elements of list for which the ...