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 ...
RootMeanSquare[list] gives the root mean square of values in list.
TakeWhile[list, crit] gives elements e_i from the beginning of list, continuing so long as crit[e_i] is True.
WattsStrogatzGraphDistribution[n, p] represents the Watts\[Dash]Strogatz graph distribution for n-vertex graphs with rewiring probability p.WattsStrogatzGraphDistribution[n, ...
TetGenSetFacets[expr, vertices] sets the facets for a TetGen expression.
J/Link provides Mathematica users with the ability to interact with arbitrary Java classes directly from Mathematica. You can create objects and call methods directly in the ...
Disk
(Built-in Mathematica Symbol) Disk[{x, y}, r] is a two-dimensional graphics primitive that represents a filled disk of radius r centered at the point x, y. Disk[{x, y}] gives a disk of radius 1. Disk[{x, ...
PolyGamma[z] gives the digamma function \[Psi](z). PolyGamma[n, z] gives the n\[Null]^th derivative of the digamma function \[Psi] (n) (z).
Getting parts of lists. This gives a list of parts 1 and 3. Here is a nested list.
CUDALink allows Mathematica to use the CUDA parallel computing architecture on Graphical Processing Units (GPUs). It contains functions that use CUDA-enabled GPUs to boost ...