End Subexpression moves the cursor from a subexpression to the expression at the n\[Null]^th level.
File inserts the contents of a file at the insertion point.
Make Spanning combines the selected entries from a formatted grid into a single spanning entry.
Split Spanning divides a spanning entry from a formatted grid into separate entries.
The CCompilerDriver package lets you work with C compilers that are installed on your computer. It lets you build executables, libraries, and object files from C source code. ...
SystemOpen["target"] opens the specified file, URL, or other target with the associated program on your computer system.
The Mathematica functions Reduce, Resolve, and FindInstance allow you to solve a wide variety of problems that can be expressed in terms of equations and inequalities. The ...
FindEulerianCycle[g] finds an Eulerian cycle in the graph g if one exists.FindEulerianCycle[g, k] finds at most k Eulerian cycles.
MapAll
(Built-in Mathematica Symbol) MapAll[f, expr] or f //@ expr applies f to every subexpression in expr.
Cases
(Built-in Mathematica Symbol) Cases[{e_1, e_2, ...}, pattern] gives a list of the e_i that match the pattern. Cases[{e_1, ...}, pattern -> rhs] gives a list of the values of rhs corresponding to the e_i ...