RamanujanTauZ[t] gives the Ramanujan tau Z-function Z(t).
RandomImage[max, {w, h}] gives an image of dimensions {w, h} with pseudorandom pixel values generated from a uniform distribution in the range 0 to max.RandomImage[{min, ...
Rationals represents the domain of rational numbers, as in x \[Element] Rationals.
Refresh
(Built-in Mathematica Symbol) Refresh[expr, opts] represents an object whose value in a Dynamic should be refreshed at times specified by the options opts. Refresh[expr, None] specifies that the value of ...
Regularization is an option for Sum and Product that specifies what type of regularization to use.
RemoveScheduledTask[obj] remove the obj from the list of currently set tasks.
p .. or Repeated[p] is a pattern object that represents a sequence of one or more expressions, each matching p. Repeated[p, max] represents up to max expressions matching ...
expr /. rules applies a rule or list of rules in an attempt to transform each subpart of an expression expr.
ReplaceList[expr, rules] attempts to transform the entire expression expr by applying a rule or list of rules in all possible ways, and returns a list of the results ...
Replace
(Built-in Mathematica Symbol) Replace[expr, rules] applies a rule or list of rules in an attempt to transform the entire expression expr. Replace[expr, rules, levelspec] applies rules to parts of expr ...