Mathematica's symbolic graphics representation allows for immediate interchange with all standard vector graphics formats.
MathieuGroupM22[] represents the sporadic simple Mathieu group M_22.
MathieuGroupM23[] represents the sporadic simple Mathieu group M_23.
InitializationCellWarning is an option for notebooks that specifies whether a warning should be given when a notebook containing initialization cells is opened.
UnderoverscriptBoxOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for selections that specifies settings for UnderoverscriptBox objects.
NETNewDelegate[type, func] creates a new instance of the specified .NET delegate type whose action is to call the named Mathematica function when triggered.
GraphPower[g, n] gives the graph-n\[Null]^th power of the graph g.
ParentsToPaths[l, i, j] takes a list of parents l and returns the path from i to j encoded in the parent list. ParentsToPaths[l, i] returns the paths from i to all vertices.
HertzToCents[{freq_1, freq_2, ...}] converts a list of frequencies freq_1, freq_2, ..., measured in Hertz to a list of intervals measured in cents.
SQLExecute allows SQL statements to be executed. Statements can be used to select data, create tables, insert data, update data, remove data, and drop tables. The statement ...