ParametricPlot[{f_x, f_y}, {u, u_min, u_max}] generates a parametric plot of a curve with x and y coordinates f_x and f_y as a function of u. ParametricPlot[{{f_x, f_y}, ...
RandomGraph[{n, m}] gives a pseudorandom graph with n vertices and m edges.RandomGraph[{n, m}, k] gives a list of k pseudorandom graphs.RandomGraph[gdist, ...] samples from ...
Texture
(Built-in Mathematica Symbol) Texture[obj] is a graphics directive that specifies that obj should be used as a texture on faces of polygons and other filled graphics objects.
The C code generator can be used to create standalone executables that link to the Wolfram runtime library. This example creates a standalone C executable for a low-pass ...
Syntax of notation declarations. Notation takes both an external representation and an internal representation as arguments. Mathematica translates any input matching the ...
BeniniDistribution[\[Alpha], \[Beta], \[Sigma]] represents a Benini distribution with shape parameters \[Alpha] and \[Beta] and scale parameter \[Sigma].
CDF
(Built-in Mathematica Symbol) CDF[dist, x] gives the cumulative distribution function for the symbolic distribution dist evaluated at x.CDF[dist, {x_1, x_2, ...}] gives the multivariate cumulative ...
EllipticE[m] gives the complete elliptic integral E(m). EllipticE[\[Phi], m] gives the elliptic integral of the second kind E(\[Phi] \[VerticalSeparator] m).
Exp
(Built-in Mathematica Symbol) Exp[z] gives the exponential of z.
Fibonacci[n] gives the Fibonacci number F_n. Fibonacci[n, x] gives the Fibonacci polynomial F_n (x).