Block
(Built-in Mathematica Symbol) Block[{x, y, ...}, expr] specifies that expr is to be evaluated with local values for the symbols x, y, .... Block[{x = x_0, ...}, expr] defines initial local values for x, ...
Headers and Footers sets options for printing a notebook.
BitXor
(Built-in Mathematica Symbol) BitXor[n_1, n_2, ...] gives the bitwise XOR of the integers n_i.
lhs := rhs assigns rhs to be the delayed value of lhs. rhs is maintained in an unevaluated form. When lhs appears, it is replaced by rhs, evaluated afresh each time.
Function[body] or body & is a pure function. The formal parameters are # (or #1), #2, etc. Function[x, body] is a pure function with a single formal parameter x. ...
LibraryUnload[lib] unloads all functions that have been loaded from a Wolfram Library, then it unloads the library.
VertexIndex[g, v] gives the integer index for the vertex v in the graph g.
MultiplicativeOrder[k, n] gives the multiplicative order of k modulo n, defined as the smallest integer m such that k^m \[Congruent] 1 mod n. MultiplicativeOrder[k, n, {r_1, ...
Mathematica 's functions for solving differential equations can be applied to many different classes of differential equations, including ordinary differential equations ...
Cluster analysis is an unsupervised learning technique used for classification of data. Data elements are partitioned into groups called clusters that represent proximate ...