Mathematica has a rich syntax carefully designed for consistency and efficient, readable entry of Mathematica 's many language, mathematical, and other constructs. Knowledge ...
PalettePath is a global option that specifies which directories Mathematica searches for palettes on startup.
StyleSheetPath is a global option that specifies which directories Mathematica searches to find stylesheets.
Mathematica has many matrix operations that support operations such as building, computing, and visualizing matrices. It also has a rich language for picking out parts of ...
DateFunction is an option for DateListPlot that specifies how dates given as input should be converted to date lists.
GatherBy[list, f] gathers into sublists each set of elements in list that gives the same value when f is applied.GatherBy[list, {f_1, f_2, ...}] gathers list into nested ...
Cycles
(Built-in Mathematica Symbol) Cycles[{cyc_1, cyc_2, ...}] represents a permutation with disjoint cycles cyc_i.
Inner
(Built-in Mathematica Symbol) Inner[f, list_1, list_2, g] is a generalization of Dot in which f plays the role of multiplication and g of addition.
IntegerDigits[n] gives a list of the decimal digits in the integer n. IntegerDigits[n, b] gives a list of the base b digits in the integer n. IntegerDigits[n, b, len] pads ...
BoxMatrix[r] gives a (2 r + 1)*(2 r + 1) matrix of 1s.BoxMatrix[r, w] gives a (2 r + 1)*(2 r + 1) block of 1s centered in a w*w matrix of 0s.BoxMatrix[{r_1, r_2, ...}, ...] ...