The ability to define and use your own functions is part of what gives Mathematica such power. It is often inconvenient to have to explicitly name a function for every small ...
AlignmentPoint is an option which specifies how objects should by default be aligned when they appear in Inset.
CayleyGraph[group] returns a Cayley graph representation of group.
Dialog
(Built-in Mathematica Symbol) Dialog[] initiates a dialog. Dialog[expr] initiates a dialog with expr as the current value of %.
TextRecognize[image] recognizes text in image and returns it as a string.
TraceScan[f, expr] applies f to all expressions used in the evaluation of expr. TraceScan[f, expr, form] includes only those expressions which match form. TraceScan[f, expr, ...
$MessageGroups is the list of rules that gives named message groups used in functions like On and Quiet.
Mathematica handles many different kinds of things: mathematical formulas, lists, and graphics, to name a few. Although they often look very different, Mathematica represents ...
Importing and exporting tabular data. This exports an array of numbers to the file out.dat. Here are the contents of the file out.dat.
ButterflyGraph[n] gives the order-n butterfly graph. ButterflyGraph[n, b] gives the base-b order-n butterfly graph.