PriceGraphDistribution[n, k, a] represents a de Solla Price graph distribution for n-vertex graphs where a new vertex with k edges is added at each step using attractiveness ...
BarChart3D[{y_1, y_2, ...}] makes a 3D bar chart with bar lengths y_1, y_2, ....BarChart3D[{..., w_i[y_i, ...], ..., w_j[y_j, ...], ...}] makes a 3D bar chart with bar ...
Mathematica 7 enhances the Mathematica notebook experience in several ways, with new convenient usability features, new levels of automation for the form and structure of ...
InputNotebook[] gives the current notebook into which keyboard input in the front end will be directed.
SelectedNotebook[] gives the currently selected notebook in the front end.
VertexOutComponent[g, {v_1, v_2, ...}] gives the vertices in the graph g that have a directed path from at least one of v_1, v_2, ....VertexOutComponent[g, {v_1, v_2, ...}, ...
WaveletThreshold[dwd] thresholds the detail wavelet coefficients in the DiscreteWaveletData object dwd.WaveletThreshold[dwd, tspec] thresholds the coefficients using the ...
GraphData[name] gives a graph with the specified name.GraphData[name, " property"] gives the value for the specified property for a named graph.GraphData["class"] gives a ...
Histogram[{x_1, x_2, ...}] plots a histogram of the values x_i.Histogram[{x_1, x_2, ...}, bspec] plots a histogram with bin width specification bspec.Histogram[{x_1, x_2, ...
OpenCLLink allows you to use the Mathematica language to query OpenCL system information and execute OpenCL programs using Mathematica. In this section, an overview is ...