Mathematica has been used to make many important discoveries in discrete mathematics over the past two decades. Its integration of highly efficient and often original ...
Block
(Built-in Mathematica Symbol) Block[{x, y, ...}, expr] specifies that expr is to be evaluated with local values for the symbols x, y, .... Block[{x = x_0, ...}, expr] defines initial local values for x, ...
Islamic represents the Islamic calendar system.
ClosenessCentrality[g] finds the closeness centrality.
CommunityModularity[g, partition] gives the community modularity of a partition.CommunityModularity[g, assignment] gives the community modularity of an assignment.
CommunityStructureAssignment[g] gives the assignment of vertices of a graph g into communities.
GraphDistance[g, i, j] gives the distance from vertex i to vertex j in the graph g.
MaximalBipartiteMatching[g] gives the maximal matching of the bipartite graph g.
MaximalIndepndentEdgeSet[g] gives a maximal independent edge set of an undirected graph g.
MaximalIndependentVertexSet[g] gives a maximal independent vertex set of an undirected graph g.MaximalIndependentVertexSet[g, w] gives a maximal independent vertex set of g ...