Rest
(Built-in Mathematica Symbol) Rest[expr] gives expr with the first element removed.
Return
(Built-in Mathematica Symbol) Return[expr] returns the value expr from a function. Return[] returns the value Null.
RevolutionPlot3D[f_z, {t, t_min, t_max}] generates a plot of the surface of revolution with height f_z at radius t.RevolutionPlot3D[f_z, {t, t_min, t_max}, {\[Theta], ...
SphericalPlot3D[r, \[Theta], \[Phi]] generates a 3D plot with a spherical radius r as a function of spherical coordinates \[Theta] and \[Phi].SphericalPlot3D[r, {\[Theta], ...
x - y is equivalent to x + (-1*y).
True
(Built-in Mathematica Symbol) True is the symbol for the Boolean value true.
Uncompress["string"] recovers an expression from a compressed string representation generated by Compress.Uncompress["string", h] wraps the head h around the expression ...
$BatchInput is True if input in the current session is being fed directly to the Mathematica kernel in batch mode.
$CurrentLink is the LinkObject representing the MathLink connection for an external program currently being installed or being called.
$KernelCount gives the number of subkernels available for parallel computations.