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 ...
RangeFilter[image, r] filters image by replacing every pixel by the difference of the maximum and minimum in its range r neighborhood. RangeFilter[data, r] applies a range ...
RowBox
(Built-in Mathematica Symbol) RowBox[{box_1, box_2, ...}] is a low-level box construct that represents a row of boxes or strings in a notebook expression.
Speak
(Built-in Mathematica Symbol) Speak[expr] speaks a spoken representation of the expression expr.
VertexOutComponent[g, {v_1, v_2, ...}] gives the vertices in the graph g that have a directed path from at least one of v_1, v_2, ....VertexOutComponent[g, {v_1, v_2, ...}, ...
This tutorial introduces some basic algorithms for computing with finite permutation groups, other than those introduced in "Permutation Groups". A subgroup H of a group G ...
The standard set of messages for built-in Mathematica functions are written in American English. In some versions of Mathematica, messages are also available in other ...
Mathematica 8 introduces numerous new usability features, including a whole new paradigm for entering input using free-form linguistics that no longer require even ...
Mathematica gives you the power to customize every aspect of the styling of your plots. These "How tos" give step-by-step instructions for common details of appearance.