TGF
(Mathematica Import/Export Format) TGF graph data format. Used for the storage and exchange of graphs. TGF is an acronym for Trivial Graph Format. Stores directed graphs. Stores at most one label per vertex ...
EulerianGraphQ[g] yields True if the graph g is Eulerian, and False otherwise.
IncidenceMatrix[g] gives the vertex-edge incidence matrix of the graph g.
KatzCentrality[g, \[Alpha]] gives a list of Katz centralities for the vertices in the graph g and weight \[Alpha].KatzCentrality[g, \[Alpha], \[Beta]] gives a list of Katz ...
PageRankCentrality[g, \[Alpha]] gives a list of page-rank centralities for the vertices in the graph g and weight \[Alpha].PageRankCentrality[g, \[Alpha], \[Beta]] gives a ...
Density and contour plots. This gives a density plot of sin(x) sin(y). Lighter regions show higher values of the function. Some options for DensityPlot.
CPreprocessorElif[cond] is a symbolic representation of a preprocessor elif conditional.
CPreprocessorElse[ ] is a symbolic representation of a preprocessor else conditional.
CPreprocessorEndif[ ] is a symbolic representation of a preprocessor endif conditional.
DeleteCycle[g, c] deletes a simple cycle c from graph g. c is specified as a sequence of vertices in which the first and last vertices are identical. g can be directed or ...