About 2,320,000 results
Open links in new tab
  1. How to calculate the number of possible connected simple graphs …

    For Kn, there will be n vertices and (n (n-1))/2 edges. To determine how many subsets of edges a Kn graph will produce, consider the powerset as Brian M. Scott stated in a previous comment. …

  2. Coordinates of the vertices of a five-pointed star

    Mar 15, 2020 · Coordinates of the vertices of a five-pointed star Ask Question Asked 5 years, 8 months ago Modified 3 years, 11 months ago

  3. Proving that the number of vertices of odd degree in any graph G …

    Similarly, if the two vertices were initially odd degree, then connecting (or removing) an edge will turn both of the vertices into even degree, and n n will decrease by 2 2. 2) One vertex is odd …

  4. Finding number of edges given vertices and degree sequence?

    5 The sum of the vertex degree values is twice the number of edges, because each of the edges has been counted from both ends. In your case 6 6 vertices of degree 4 4 mean there are …

  5. Show that a connected graph on $n$ vertices is a tree if and only …

    Here's alternative proof that a connected graph with n vertices and n-1 edges must be a tree modified from yours but without having to rely on the first derivation:

  6. How many nonisomorphic directed simple graphs are there with …

    A directed simple graph is a structure consisting of the set of vertices and a binary relation that is irreflexive. For the case of the disconnected graph, the relation is empty, and there is one such …

  7. How to prove that at least two vertices have the same degree in …

    Feb 5, 2019 · I want to prove that at least two vertices have the same degree in any graph (with 2 or more vertices). I do have a few graphs in mind that prove this statement correct, but how …

  8. combinatorics - How many triangles can be formed by the vertices …

    Jun 3, 2020 · Think about the vertices of the polygon as potential candidates for vertices of the triangle. Using that, you get (n choose 3) as the number of possible triangles that can be …

  9. Find the number of isomorphism classes of connected graphs of …

    Oct 14, 2017 · Here, the dashed edges can be included or excluded, giving us $16$ different graphs on $19$ vertices with maximum degree $3$. We can make the chain of $4$-cycles …

  10. Given a complete graph of $n$ vertices $K_n$ (has all possible …

    Jan 12, 2016 · Given a complete graph of n vertices $K_n$ (has all possible edges – one edge between pair of vertices). Use counting to find a formula in $n$ for the number of edges in the …