Widget["FontChooser"] provides a panel for making a font selection based on a name, style, and size.
AdjacencyMatrix[g] gives the SparseArray object representing the graph g.AdjacencyMatrix[g, n] gives the SparseArray object representing the graph g, adding additional ...
NeighborhoodSubgraph[g, i, r] gives a subgraph consists of vertices that can be reached from vertex i within r hops.NeighborhoodSubgraph[g, i] gives a subgraph consists of ...
Geodesate
(Polyhedron Operations Package Symbol) Geodesate[expr, n] replaces each polygon in graphics expression expr by the projection onto the circumscribed sphere of the order n regular tessellation of that ...
ArithmeticGeometricMean[a, b] gives the arithmetic-geometric mean of a and b.
AtomQ
(Built-in Mathematica Symbol) AtomQ[expr] yields True if expr is an expression which cannot be divided into subexpressions, and yields False otherwise.
BSplineFunction[{pt_1, pt_2, ...}] represents a B-spline function for a curve defined by the control points pt_i.BSplineFunction[array] represents a B-spline function for a ...
CoefficientList[poly, var] gives a list of coefficients of powers of var in poly, starting with power 0. CoefficientList[poly, {var_1, var_2, ...}] gives an array of ...
FourierCoefficient[expr, t, n] gives the n\[Null]^th coefficient in the Fourier series expansion of expr.FourierCoefficient[expr, {t_1, t_2, ...}, {n_1, n_2, ...}] gives a ...
GroupStabilizerChain[group] returns a list of successive stabilizers in group of the points in a base of group.