StringReplace["string", s -> sp] or StringReplace["string", {s_1 -> sp_1, s_2 -> sp_2, ...}] replaces the string expressions s_i by sp_i whenever they appear as substrings of ...
Take
(Built-in Mathematica Symbol) Take[list, n] gives the first n elements of list. Take[list, -n] gives the last n elements of list. Take[list, {m, n}] gives elements m through n of list. Take[list, seq_1, ...
Parallel kernels do not have access to the values of variables defined in the master kernel, nor do they have access to locally defined functions. Mathematica contains a ...
NegativeMultinomialDistribution[n, p] represents a negative multinomial distribution with parameter n and failure probability vector p.
Mathematica provides several convenient ways to find information about functions. In addition to searching the documentation or navigating the guide pages, you can access ...
Accumulate[list] gives a list of the successive accumulated totals of elements in list.
Assumptions is an option for functions such as Simplify, Refine, and Integrate that specifies default assumptions to be made about symbolic quantities.
DownValues[f] gives a list of transformation rules corresponding to all downvalues defined for the symbol f.
Dt
(Built-in Mathematica Symbol) Dt[f, x] gives the total derivative d f/d x. Dt[f] gives the total differential d f. Dt[f, {x, n}] gives the multiple derivative d^n f/d x^n. Dt[f, x_1, x_2, ...] gives d/d ...
GoldenRatio is the golden ratio \[Phi] = 1/2 (Sqrt[5] + 1), with numerical value \[TildeEqual] 1.61803.