Plot
(Built-in Mathematica Symbol) Plot[f, {x, x_min, x_max}] generates a plot of f as a function of x from x_min to x_max. Plot[{f_1, f_2, ...}, {x, x_min, x_max}] plots several functions f_i.
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 ...
RegionPlot3D[pred, {x, x_min, x_max}, {y, y_min, y_max}, {z, z_min, z_max}] makes a plot showing the three-dimensional region in which pred is True.
StarGraph[n] gives the star graph with n vertices S_n.
WheelGraph[n] gives the wheel graph with n vertices W_n.
The CCompilerDriver package lets you work with C compilers that are installed on your computer. It lets you build executables, libraries, and object files from C source code. ...
Mathematica can run parallel kernels in a number of different ways; locally on the same machine or remote on other machines connected in a network. Furthermore, the network ...
Views
(Mathematica Tutorial) Mathematica supports a variety of objects that can be used to organize and display information in output. Known collectively as views, these objects range from the simple ...
HypercubeGraph[n] gives the n-dimensional hypercube graph Q_n.
SmoothHistogram3D[{{x_1, y_1}, {x_2, y_2}, ...}] plots a 3D smooth kernel histogram of the values {x_i, y_i}.SmoothHistogram3D[{{x_1, y_1}, {x_2, y_2}, ...}, espec] plots a ...