Residue
(Built-in Mathematica Symbol) Residue[expr, {z, z_0}] finds the residue of expr at the point z = z_0.
Resolve
(Built-in Mathematica Symbol) Resolve[expr] attempts to resolve expr into a form that eliminates ForAll and Exists quantifiers. Resolve[expr, dom] works over the domain dom. Common choices of dom are ...
Rest
(Built-in Mathematica Symbol) Rest[expr] gives expr with the first element removed.
Resultant[poly_1, poly_2, var] computes the resultant of the polynomials poly_1 and poly_2 with respect to the variable var. Resultant[poly_1, poly_2, var, Modulus -> p] ...
ResumePacket[] is a MathLink packet used for synchronization with the Mathematica kernel.
ReturnExpressionPacket[expr] is a MathLink packet that contains the expression expr, the result of an EnterExpressionPacket evaluation.
Return
(Built-in Mathematica Symbol) Return[expr] returns the value expr from a function. Return[] returns the value Null.
ReturnPacket[expr] is a MathLink packet that contains the expression expr, the result of an EvaluatePacket evaluation.
ReturnTextPacket[string] is a MathLink packet containing string, the result of an EnterTextPacket evaluation.
ReverseBiorthogonalSplineWavelet[] represents a reverse biorthogonal spline wavelet of order 4 and dual order 2.ReverseBiorthogonalSplineWavelet[n, m] represents a reverse ...