ClosenessCentrality[g] gives a list of closeness centralities for the vertices in the graph g.
CountRoots[poly, x] gives the number of real roots of the polynomial poly in x.CountRoots[poly, {x, a, b}] gives the number of roots between a and b.
Cuboid
(Built-in Mathematica Symbol) Cuboid[{x_min, y_min, z_min}] is a three-dimensional graphics primitive that represents a unit cube, oriented parallel to the axes. Cuboid[{x_min, y_min, z_min}, {x_max, ...
PermutationCycles[perm] gives a disjoint cycle representation of permutation perm.
PositiveDefiniteMatrixQ[m] tests whether m is a positive definite matrix.
Toggler
(Built-in Mathematica Symbol) Toggler[x] represents a toggler button with setting x, that toggles between True and False. Toggler[Dynamic[x]] takes the setting to be the dynamically updated current value ...
VectorAngle[u, v] gives the angle between the vectors u and v.
WeierstrassPPrime[u, {g_2, g_3}] gives the derivative of the Weierstrass elliptic function \[WeierstrassP](u; g_2, g_3).
$MachineEpsilon gives the difference between 1.0 and the next-nearest number representable as a machine-precision number.
A differential system can sometimes be solved by analytic means. The function DSolve implements many of the known algorithmic techniques. However, differential systems that ...