351 - 360 of 724 for GraphSearch Results
View search results from all Wolfram sites (12491 matches)
TutteGraph   (Combinatorica Package Symbol)
TutteGraph returns the Tutte graph, the first known example of a 3-connected, 3-regular, planar graph that is non-Hamiltonian.
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 ...
GraphOptions   (Combinatorica Package Symbol)
GraphOptions[g] returns the display options associated with g. GraphOptions[g, v] returns the display options associated with vertex v in g. GraphOptions[g, {u, v}] returns ...
RadialEmbedding   (Combinatorica Package Symbol)
RadialEmbedding[g, v] constructs a radial embedding of the graph g in which vertices are placed on concentric circles around v depending on their distance from v. ...
PageRankVector   (Graph Utilities Package Symbol)
PageRankVector[g] returns the page rank of the graph g.
MakeGraph   (Combinatorica Package Symbol)
MakeGraph[v, f] constructs the graph whose vertices correspond to v and edges between pairs of vertices x and y in v for which the binary relation defined by the Boolean ...
BreadthFirstTraversal   (Combinatorica Package Symbol)
BreadthFirstTraversal[g, v] performs a breadth-first traversal of graph g starting from vertex v, and gives the breadth-first numbers of the vertices. ...
FromUnorderedPairs   (Combinatorica Package Symbol)
FromUnorderedPairs[l] constructs an edge list representation from a list of unordered pairs l, using a circular embedding.FromUnorderedPairs[l, v] uses v as the embedding for ...
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 ...
FromOrderedPairs   (Combinatorica Package Symbol)
FromOrderedPairs[l] constructs an edge list representation from a list of ordered pairs l, using a circular embedding. FromOrderedPairs[l, v] uses v as the embedding for the ...
1 ... 33|34|35|36|37|38|39 ... 73 Previous Next

...