661 - 670 of 8152 for plot a graphSearch Results
View search results from all Wolfram sites (68422 matches)
MinimumSpanningTree   (Combinatorica Package Symbol)
MinimumSpanningTree[g] uses Kruskal's algorithm to find a minimum spanning tree of graph g.
TopologicalSort   (Combinatorica Package Symbol)
TopologicalSort[g] gives a permutation of the vertices of the directed acyclic graph g such that an edge (i, j) implies that vertex i appears before vertex j.
PermuteSubgraph   (Combinatorica Package Symbol)
PermuteSubgraph[g, p] permutes the vertices of a subgraph of g induced by p according to p.
Wheel   (Combinatorica Package Symbol)
Wheel[n] constructs a wheel on n vertices, which is the join of CompleteGraph[1] and Cycle[n - 1].
FromAdjacencyMatrix   (Combinatorica Package Symbol)
FromAdjacencyMatrix[m] constructs a graph from a given adjacency matrix m, using a circular embedding. FromAdjacencyMatrix[m, v] uses v as the embedding for the resulting ...
SymmetricQ   (Combinatorica Package Symbol)
SymmetricQ[r] tests if a given square matrix r represents a symmetric relation. SymmetricQ[g] tests if the edges of a given graph represent a symmetric relation.
AddEdges   (Combinatorica Package Symbol)
AddEdges[g, edgeList] gives graph g with the new edges in edgeList added. edgeList can have the form {a, b} to add a single edge {a, b} or the form {{a, b}, {c, d}, ...}, to ...
MinimumVertexColoring   (Combinatorica Package Symbol)
MinimumVertexColoring[g] returns a minimum vertex coloring of g. MinimumVertexColoring[g, k] returns a k-coloring of g, if one exists.
UnionSet   (Combinatorica Package Symbol)
UnionSet[a, b, s] merges the sets containing a and b in union-find data structure s.
PageRankVector   (Graph Utilities Package Symbol)
PageRankVector[g] returns the page rank of the graph g.
1 ... 64|65|66|67|68|69|70 ... 816 Previous Next

...