StarGraph[n] gives the star graph with n vertices S_n.
SurvivalDistribution[{e_1, e_2, ...}] represents a survival distribution with event times e_i.SurvivalDistribution[{w_1, w_2, ...} -> {e_1, e_2, ...}] represents a survival ...
WeightedAdjacencyGraph[wmat] gives the graph with weighted adjacency matrix wmat.WeightedAdjacencyGraph[{v_1, v_2, ...}, wmat] gives the graph with vertices v_i and weighted ...
WheelGraph[n] gives the wheel graph with n vertices W_n.
In addition to its graphical results, Wolfram|Alpha can provide alternative representations that contain additional information or are well suited to particular tasks. These ...
A three-dimensional coordinate system assigns three numbers to each point in space. In defining a coordinate system, you have to make a choice about what to measure and how ...
Mathematica includes comprehensive support for XML, the meta-markup language developed by the World Wide Web Consortium (W3C) for describing structured documents and data. ...
StationaryWaveletTransform[data] gives the stationary wavelet transform (SWT) of an array of data.StationaryWaveletTransform[data, wave] gives the stationary wavelet ...
VectorDensityPlot[{{v_x, v_y}, s}, {x, x_min, x_max}, {y, y_min, y_max}] generates a vector plot of the vector field {v_x, v_y} as a function of x and y, superimposed on a ...
An integration rule computes an estimate of an integral over a region, typically using a weighted sum. In the context of NIntegrate usage, an integration rule object provides ...