About 50 results
Open links in new tab
  1. discrete mathematics - How to tell if a graph is bipartite ...

    Oct 13, 2015 · Why is this a problem? Well, bipartite graphs are precisely the class of graphs that are 2-colorable. Recall a coloring is an assignment of colors to the vertices of the graph such that no two …

  2. Proof a graph is bipartite if and only if it contains no odd cycles

    Apr 29, 2024 · How can we prove that a graph is bipartite if and only if all of its cycles have even order? Also, does this theorem have a common name? I found it in a maths Olympiad toolbox.

  3. discrete mathematics - Why is a bipartite graph in which every vertex ...

    Oct 7, 2023 · 0 I am trying to intuitively understand why a bipartite graph in which every vertex has degree exactly $2$ is simply a cycle.

  4. maximum edges of a bipartite graph - Mathematics Stack Exchange

    Mar 2, 2021 · Show that if a graph G = (V,E) is bipartite, then it has at most n^2/4 edges if n is even, and at most (n^2 − 1)/4 edges if n is odd. Here n = |V| is the number of vertices in G. I want to prove this

  5. Example for adjacency matrix of a bipartite graph

    Jan 24, 2016 · Can someone explain to me with an example how to create the adjacency matrix of a bipartite graph? And why the diagonal elements of it are not zero? Thanks.

  6. How to identify bipartite graph from Adjacency matrix?

    Dec 8, 2017 · If the matrix is now in the canonical form of a bipartite adjacency matrix (where the upper-left and lower-right blocks are all zero), the graph is bipartite; quit and return BIPARTITE. Otherwise, …

  7. Prove that all trees are bipartite - Mathematics Stack Exchange

    Jul 27, 2016 · Prove that all trees are bipartite [closed] Ask Question Asked 9 years, 8 months ago Modified 10 months ago

  8. linear algebra - Graph $ G $ is bipartite if and only if the ...

    Apr 5, 2024 · Graph $ G $ is bipartite if and only if the eigenvalues of graph $ G $ occur in pairs $ \lambda, \lambda' $ such that $ \lambda' = -\lambda $. Ask Question Asked 2 years ago Modified 1 …

  9. combinatorics - One-way domination in bipartite regular graphs ...

    Nov 12, 2024 · One-way domination in bipartite regular graphs Ask Question Asked 1 year, 5 months ago Modified 1 year, 5 months ago

  10. prove $n$-cube is bipartite - Mathematics Stack Exchange

    Hint: If a graph is bipartite, it means that you can color the vertices such that every black vertex is connected to a white vertex and vice versa. Hint: Consider parity of the sum of coordinates.