VertexLabels is an option and property for Graph and related functions that specifies what labels and label positions should be used for vertices.
Widgets are the basic component of GUIs built with GUIKit. This tutorial discusses some of the basics of widgets and how they work. More detailed information on widgets can ...
Introduction to J/Link Calling Java from Mathematica Writing Java Programs That Use Mathematica
StarGraph[n] gives the star graph with n vertices S_n.
Wolfram LibraryLink allows dynamic libraries to be directly loaded into the Mathematica kernel so that functions in the libraries can be immediately called from Mathematica. ...
NSeries
(Numerical Calculus Package Symbol) NSeries[f, {x, x_0, n}] gives a numerical approximation to the series expansion of f about the point x = x_0 including the terms (x - x_0) -n through (x - x_0) n.
HararyGraph[k, n] generates the minimal k-connected graph on n vertices H k, n.
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 ...
This section discusses commands that get information about database tables. If you find that the examples in this section do not work as shown, you may need to install or ...
MultinormalDistribution[\[Mu], \[CapitalSigma]] represents a multivariate normal (Gaussian) distribution with mean vector \[Mu] and covariance matrix \[CapitalSigma].