6831 - 6840 of 8564 for solution of equationsSearch Results
View search results from all Wolfram sites (69105 matches)
IncidenceMatrix   (Combinatorica Package Symbol)
IncidenceMatrix[g] returns the (0, 1)-matrix of graph g, which has a row for each vertex and a column for each edge and (v, e) = 1 if and only if vertex v is incident upon ...
InversionPoset   (Combinatorica Package Symbol)
InversionPoset[n] returns a Hasse diagram of the partially ordered set on size-n permutations in which p < q if q can be obtained from p by an adjacent transposition that ...
IsomorphicQ   (Combinatorica Package Symbol)
IsomorphicQ[g, h] yields True if graphs g and h are isomorphic.
ListNecklaces   (Combinatorica Package Symbol)
ListNecklaces[n, c, Cyclic] returns all distinct necklaces whose beads are colored by colors from c. Here c is a list of n, not necessarily distinct colors, and two colored ...
RandomGraph   (Combinatorica Package Symbol)
RandomGraph[n, p] constructs a random labeled graph on n vertices with an edge probability of p.
ShortestPath   (Combinatorica Package Symbol)
ShortestPath[g, start, end] finds a shortest path between vertices start and end in graph g.
ShortestPathSpanningTree   (Combinatorica Package Symbol)
ShortestPathSpanningTree[g, v] constructs a shortest-path spanning tree rooted at v, so that a shortest path in graph g from v to any other vertex is a path in the tree.
ToAdjacencyLists   (Combinatorica Package Symbol)
ToAdjacencyLists[g] constructs an adjacency list representation for graph g. ToAdjacencyLists[g, EdgeWeight] returns an adjacency list representation along with edge weights.
ToAdjacencyMatrix   (Combinatorica Package Symbol)
ToAdjacencyMatrix[g] constructs an adjacency matrix representation for graph g. ToAdjacencyMatrix[g, EdgeWeight] returns edge weights as entries of the adjacency matrix with ...
VertexColoring   (Combinatorica Package Symbol)
VertexColoring[g] uses Brelaz's heuristic to find a good, but not necessarily minimal, vertex coloring of graph g.
1 ... 681|682|683|684|685|686|687 ... 857 Previous Next

...