The standard way in which Mathematica works is to take any expression you give as input, evaluate the expression completely, and then return the result. When you are trying ...
Rules are a key part of Mathematica 's powerful expression transformation language. These "How tos" give step-by-step instructions for using rules in Mathematica .
IgnoreCase is an option for string manipulation and searching functions that specifies whether lowercase and uppercase letters should be treated as equivalent.
Overlaps is an option to StringCases, StringCount, and StringPosition that specifies how to treat overlapping substrings.
Lists are central constructs in Mathematica, used to represent collections, arrays, sets, and sequences of all kinds. Lists can have any structure and size, and can routinely ...
BitAnd
(Built-in Mathematica Symbol) BitAnd[n_1, n_2, ...] gives the bitwise AND of the integers n_i.
BitXor
(Built-in Mathematica Symbol) BitXor[n_1, n_2, ...] gives the bitwise XOR of the integers n_i.
CatalanNumber[n] gives the n\[Null]^th Catalan number C_n.
Divide
(Built-in Mathematica Symbol) x/y or Divide[x, y] is equivalent to x y^-1.
GoldenRatio is the golden ratio \[Phi] = 1/2 (Sqrt[5] + 1), with numerical value \[TildeEqual] 1.61803.