Mathematica notebooks consist of sequences of cells, which can be nested. The hierarchy of cells serves as a structure for organizing information in a notebook as well as ...
AxesLabel is an option for graphics functions that specifies labels for axes.
BetweennessCentrality[g] gives a list of betweenness centralities for the vertices in the graph g.
CompleteGraphQ[g] yields True if the graph g is a complete graph, and False otherwise.CompleteGraphQ[g, vlist] yields True if the subgraph induced by vlist is a complete ...
CrossMatrix[r] gives a matrix whose elements are 1 in a centered cross-shaped region that extends r positions along each index direction, and are 0 otherwise.CrossMatrix[r, ...
FindEdgeCover[g] finds an edge cover of the graph g with a minimum number of edges.
FindIndependentEdgeSet[g] finds an independent edge set of the graph g with a maximum number of edges.
GainPhaseMargins[sys] gives the gain and phase margins of the linear time-invariant system sys.
IndependentVertexSetQ[g, vlist] yields True if the vertex list vlist is an independent vertex set in the graph g and False otherwise.
KCoreComponents[g, k] gives the k-core components of the underlying simple graph of g.KCoreComponents[g, k, "InDegree"] gives the k-core components with vertex in-degrees at ...