Graph theory Definition and 156 Threads
-
S
How to delete thread
I do not find option for that.- Spas Stoilov
- Thread
- Algorithms Graph theory
- Replies: 2
- Forum: Feedback and Announcements
-
P
Person i belongs to a clique iff ith diagonal entry of B^3 is positive
An incidence matrix reflects a relation on a set of ##n## objects ##1,2,\ldots,n## and is a square matrix with ##0##s on the diagonal, and ##0##s and ##1##s elsewhere. For example, consider the incidence matrix $$A=\begin{pmatrix}0&1&0&0\\ 1&0&0&1 \\ 0&1&0&1 \\ 1&1&0&0\end{pmatrix}.$$Since...- psie
- Thread
- Graph theory Linear algebra
- Replies: 9
- Forum: Calculus and Beyond Homework Help
-
Python Help solving a geometrical matching issue with Graph Neural Networks
Hello! I wish to understand which lines and vertices in different 2D orthographic views of a 3D object correspond to each other. This information would also later be used to construct a 3D model from the 2D orthographic views. Blue shows matched edges/lines. Orange shows matched...- lauripro56
- Thread
- Geometry Graph theory Machine learning
- Replies: 1
- Forum: Programming and Computer Science
-
I Find Smallest Subtree of G w/ Nodes from S
I have a unique problem and looking for a known fast algorithm for it. I have an unweighted but directed graph `G`. I then have a subset collection of nodes `S` existing in `G`. I want to find the minimum sub tree in `G` such that it contains all the nodes in `S`. I so far found Chu-Liu/Edmonds...- Sneaky6666
- Thread
- Graph Graph theory
- Replies: 5
- Forum: General Math
-
Find the total number of ways of coloring the eight regions
The eight regions- feesicksman
- Thread
- Combinatorics Graph theory
- Replies: 7
- Forum: Precalculus Mathematics Homework Help
-
I Circuits or edge-disjoint unions of circuits in a connected graph
Hi, I've a question related to the graph theory. Take a connected graph with ##n## nodes and ##b## edges. We know there are ##m = b - n + 1## fundamental circuits. Which is the total number of nonempty circuits or edge-disjoint unions of circuits ? If we do not take in account the circuit...- cianfa72
- Thread
- Circuits Graph theory Mesh Topology
- Replies: 1
- Forum: Topology and Analysis
-
C
I Number of edges in a tree digraph
I know that if an undirected graph is a tree then its number of edges satisfies ## |E| = |V| - 1 ##. If a directed graph ( digraph ) is a tree, is the result also true? ( I can imagine just taking an undirected tree and making its edges directed but this is specious since it's a little bit more...- CGandC
- Thread
- Graph theory Tree
- Replies: 5
- Forum: Set Theory, Logic, Probability, Statistics
-
M
Spectral Graph Clustering: where does the 'scoring' function come from
Hi, I was reading through some slides about graph clustering. In the slides was a very short discussion about 'eigenvectors and segmentation'. I don't quite understand where one of the formulae comes from. Context: We have some undirected graph with an affinity matrix (i.e. weighted adjacency...- Master1022
- Thread
- Function Graph Graph theory
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
B
Sudoku solver by graph coloring theory
Hello everybody! I have to implement a sudoku solver in C ++ taking advantage by graph coloring theory, where each number to insert is a color of the associated graph node. In particular I would like to use the Welsh-Powell algorithm. I find myself in trouble starting with this project and I...- BRN
- Thread
- Graph Graph theory Sudoku Theory
- Replies: 8
- Forum: Programming and Computer Science
-
C
Showing existence of an Edge s.t. Graphs T1' , T2' are Trees
Attempt - I am stuck at this problem for hours, couldn't make any progress. Still, here's what I've done : Let ## e_1 \in E_1 \setminus E_2 ## be arbitrary. Suppose for the sake of contradiction that ## \forall ## ## e_2 \in E_2 \setminus E_1 ##, ## T_1' = \langle V,(E_1\setminus \{ e_1 \})...- CGandC
- Thread
- Discrete math Edge Existence Graph theory Graphs Trees
- Replies: 17
- Forum: Calculus and Beyond Homework Help
-
B
Find an Interesting Topic in Graph Theory for an Exam
Hello everybody, I hope it is the right section to post. For an exam, I should delve into a topic concerning graph theory. My work should include theoretical explanation, pseudo code, correctness analysis, complexity analysis and code implementation (C ++, python or other). Could someone...- BRN
- Thread
- Exam Graph Graph theory Interesting Theory Topic
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
Combining Graphs: Finding Solutions through Graph Homorphisms
We are working on an architectural project using graphs and we are looking for a way to combine separate graphs into one. We looked into methods to generate graph homorphisms, following the maximum graph homomorphism (MGH) (Langberg et al. 2006) and Paweł Rzążewski’s Exact Algorithm (2014)...- seel
- Thread
- Graph Graph theory
- Replies: 6
- Forum: Programming and Computer Science
-
S
I Finding if a subgraph of a minimal non-planar graph is maximal planar
Given a minimal non-planar graph G, we need to find out if G', which is G-e, where e is a removed edge, we need to prove that there exists an edge e such that its removal would make G' a maximal planar graph. My idea in trying to figure this out would be by taking a minimal non-planar graph and...- Superyoshiom
- Thread
- Graph Graph theory
- Replies: 1
- Forum: General Math
-
S
I Finding the chromatic number of a graph with biconnected components
Our problem involves a graph G that is simple and connected, where every biconnected component is a cycle that has at least four vertices in it. The maximum number of components we can get from removing a cut vertex is 4, and we are asked to find tight bounds on the chromatic number of G. My...- Superyoshiom
- Thread
- Components Graph Graph theory
- Replies: 1
- Forum: General Math
-
S
I Question regarding degrees of a graph and its biconnected components
The problem is for us to consider a biconnected decomposition, and that proof for a graph, the degrees of all the vertices in a graph is even iff the degrees of all the vertices in all of its maximal biconnected components is even For solving that if the degrees of all the vertices in the...- Superyoshiom
- Thread
- Components Degree Degrees Graph Graph theory
- Replies: 34
- Forum: General Math
-
S
I Find Two Equal Length Paths in a Tree Graph
In order to try and sovle this problem, my idea here was to use an extremal argument, with two equal length maximum paths on a tree. I said that no matter where the two graphs started, they'd end up having to cross paths since if there were two distinct paths with equal lengths the graph would...- Superyoshiom
- Thread
- Graph Graph theory Graphs Length Tree
- Replies: 4
- Forum: General Math
-
S
Prove the decomposition of a graph w/ even edges produce a 2-path set
For my base case I just used a graph with three vertices and 2 edges. Decomposing this would just give us the same graph, which has a path length of 2. The inductive step is where I'm having some trouble: One idea I have is that we take a graph G then inductively remove an edge to create two...- Superyoshiom
- Thread
- Decomposition even Graph Graph theory Induction Proof Set
- Replies: 1
- Forum: Calculus and Beyond Homework Help
-
S
I Prove that a given graph contains a cycle using induction (Graph Theory)
My Problem: Given a Graph G = (V,E), where the number of vertices is less than or equal to the number of edges, use induction to prove that the graph contains at least one cycle (the graph is not required to be completely connected). My attempt: For my base case, I used only one vertex with one...- Superyoshiom
- Thread
- Cycle Graph Graph theory Induction Theory
- Replies: 7
- Forum: General Math
-
N
I What is the Cheapest Route to Visit 6 Destinations in Tokyo?
Hello, recently I was looking into visiting Tokyo and started looking into its complicated but wonderfully efficient railway system. I picked 6 destinations in the area and looked up how much it would cost to go from anyone of the locations to any other. Then I started to wonder, if I...- NekotoKoara
- Thread
- Graph theory
- Replies: 17
- Forum: General Math
-
I Understanding a Graph Theory Proof
Prove that if a simple graph G has 6 vertices then G or its complement has a subgraph isomorphic to ##K_3##. The proof begins by noting that is must be the case that G or its complement as a vertex with degree at least 3. Why is this the case?- Mr Davis 97
- Thread
- Graph Graph theory Proof Theory
- Replies: 3
- Forum: General Math
-
J
Number of possible trees in graph theory
Homework Statement Homework Equations Reduce the matrix to reduced matrix by removing 1 row completely Number of trees = determinant of [ Ar times ArT ] The Attempt at a Solution I removed 4th row to get Ar(reduced matrix) Then I did Ar times Ar (transpose) And found it's determinant but I...- jaus tail
- Thread
- Graph Graph theory Theory Trees
- Replies: 5
- Forum: Engineering and Comp Sci Homework Help
-
F
I Use of irrational numbers for coordinate system
Why should a person prefer irrational coordinate system over rational? My friend stated that its because most lines such as ##y=e## cannot be plotted on a rational grid system. But that cannot be true since ##e## does have a rational number summation ##2+1/10+7/100...## which can be utilised to...- Faiq
- Thread
- Coordinate Coordinate system Graph theory Irrational Irrational numbers Numbers System
- Replies: 7
- Forum: General Math
-
A Algebraic topology applied to Neuroscience
Eugene Wigner once famously talked about the "unreasonable effectiveness of mathematics" in describing the natural world. Today again we are seeing this in action in particular with regard to the description of the biological brain from the perspective of neuroscience. Researchers from the Blue...- Auto-Didact
- Thread
- Algebraic topology Applied Brain Graph theory Network Neuroscience Topology
- Replies: 2
- Forum: Topology and Analysis
-
I Spectral Bisection of Simplest Graph Clearly Incorrect
I'm playing around with Spectral Bisections and Fiedler vectors as ways of bisecting a graph using the sparsest cut. However, I'm finding that even the most trivially simple graphs are bisected incorrectly by this approach. What am I missing? Take for example a graph that is just a 4x4...- maverick_starstrider
- Thread
- Computational physics Graph Graph theory
- Replies: 5
- Forum: General Math
-
T
I I would simply like to know how to get 2^k.
The complete graph K_n can be expressed as the union of k bipartite graphs iff n≤2^k I would simply like to know how to get 2^k.- Terrell
- Thread
- Complete Graph Graph theory Graphs Union
- Replies: 4
- Forum: General Math
-
T
Discrete Graph Theory book or literature that dives into these concepts
I need recommendations on literature to read. Basically i do not understand these section of Frank Harary's book on graph theory since the definition of what a boundary and a cycle vector is not clearly defined. I have googled literature on it but I am having a tough time finding the right...- Terrell
- Thread
- Book Concepts Graph Graph theory Literature Theory
- Replies: 1
- Forum: Science and Math Textbooks
-
P
MHB Understanding Two Graph Theory Problems
Hi! I'm struggling with these two problems: 1. If for whichever two vertices a and b in the graph G there is only one simple path from a to b, then the graph is a tree. Eh... isn't this part of the definition for a tree? I really don't even know where to start with proving this statements...- Puzzles
- Thread
- Graph Graph theory Theory
- Replies: 2
- Forum: Set Theory, Logic, Probability, Statistics
-
T
I The largest n such that K_n can be expressed as the union of
there's a proof provided, but i want to know the intuition as to why it is 2^k.- Terrell
- Thread
- Combinatorics Graph theory Union
- Replies: 6
- Forum: General Math
-
P
Graph theory, rank and other characteristics
Homework Statement hello, I have this graph and i have to figure out these so to speak characteristics. 1) find incidence matrix 2) arrange peak according to rank and layers 3)draw new arranged graph 4) find new connection matricies of peaks and arcs Homework EquationsThe Attempt at a...- prehisto
- Thread
- Graph Graph theory rank Theory
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
T
I Graph Theory: I understanding the corollaries
please check the attached photo- Terrell
- Thread
- Graph Graph theory Theory
- Replies: 2
- Forum: General Math
-
T
How to construct a graph with girth = twice the diameter + 1
Homework Statement I am trying to verify this theorem for myself. Theorem: Every graph G containing a cycle satisfies g(G)≤2diam(G)+1 Homework Equations N/A The Attempt at a Solution i have drawn graphs and i failed to verify the theorem. is it even possible, since increasing the girth...- Terrell
- Thread
- Diameter Graph Graph theory
- Replies: 2
- Forum: Calculus and Beyond Homework Help
-
T
A Every graph GG containing a cycle satisfies g(G)≤2d+1
Proof: Let C be a shortest cycle in G. If g(G)>= 2diam(G) + 2, then C has two vertices whose distance in C is at least diam(G)+1. Question: why is it at least diam(G)+1? cont. of proof: In G, these vertices have a lesser distance; any shortest path P between them is therefore not a subgraph of...- Terrell
- Thread
- Cycle Graph Graph theory
- Replies: 10
- Forum: General Math
-
H
MHB Optimal Seating Arrangement Algorithm for Friendship Graphs
Hi all, I am struggling the question, please see attachments. Thanks a lot Devise an algorithm which, given a (directed) friendship graph (in the xkcd format), finds the optimal seating arrangement. Your algorithm should include the following: a description of the required input format...- happinessuni
- Thread
- Graph Graph theory Permutation Theory
- Replies: 2
- Forum: Set Theory, Logic, Probability, Statistics
-
N
Graph Theory Reconstruction Conjecture
Hello all, I recently starting studying graph theory in my free time and have become very interested in the Reconstruction Conjecture. Since I am new on the subject I am not sure where to start my search for additional information/insights/papers on the topic, I thought I would ask here for...- NotGauss
- Thread
- Conjecture Graph Graph theory Theory
- Replies: 1
- Forum: General Math
-
U
C - Degree of a directed unweighted graph
Homework Statement Given the representation of directed unweighted graph: typedef struct { int n;//num. of vertices void *info[MAX];//information of vertices int am[MAX][MAX];//adjacency matrix }GRAPH; Write a function int minDegree(GRAPH*); and int maxDegree(GRAPH*); that return the...- username_unknown
- Thread
- C programming Degree Graph Graph theory
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
D
Courses Should I take geometry or graph theory for elective?
I just want something easy to boost my gpa and these are my two options. The geometry course is euclidean not topological. Thanks- db30
- Thread
- Geometry Graph Graph theory Theory
- Replies: 3
- Forum: STEM Academic Advising
-
L
I Graph Theory: (proof)conditions for Euler Circuit in Digraph
I have read in many places that one necessary condition for the existence of a Euler circuit in a directed graph is as follows. Theorem: "A directed graph has an eulerian circuit if and only if it is connected and each vertex has the same in-degree as out-degree." However, I don't understand...- lem0ncheezcake
- Thread
- Circuit Euler Graph Graph theory Theory
- Replies: 1
- Forum: General Math
-
Proving Graph Theory with Group Permutations | G = Sn and S Set
Homework Statement The problem is attached. I don't get this part. Let G = Sn be the group of all permutations of S. S is a set, so how can we permute something in a set?. Neither I know if the 4 power in the S is a typo. Homework EquationsThe Attempt at a Solution- TheMathNoob
- Thread
- Graph Graph theory Proof Theory
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
Automorphism proof (graph theory)
Homework Statement The problem is attached and it's part A. There is no need to put problem 4 hence the problem is fully explained in the file attached Homework Equations Zk is mod k basically. The Attempt at a Solution I know that we have to prove that the transformation is onto,one to one...- TheMathNoob
- Thread
- Graph theory Proof Theory
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
Hall's theorem problem (graph theory)
Homework Statement Take a standard deck of cards, and deal them out into 13 piles of 4 cards each. Then, using the marriage theorem, we can show that it is always possible to select exactly 1 card from each pile, such that the 13 selected cards contain exactly one card of each rank (Ace, 2, 3...- TheMathNoob
- Thread
- Graph theory Theorem Theory
- Replies: 12
- Forum: Calculus and Beyond Homework Help
-
What does it mean? (Graph theory)
Hi, In the paper "A triangle-free circle graph with chromatic number 5" from A.A. Ageev, I don't understand what the author mean with the following definition: Somebody can explain it to me? (I'm not mathematician). Thanks ! Link to the whole paper...- ff4ever
- Thread
- Graph theory Mean Theory
- Replies: 2
- Forum: Set Theory, Logic, Probability, Statistics
-
U
Graph Theory: Finding the number of vertices
Homework Statement 1. How many vertices will the following graphs have if they contain: (a) 12 edges and all vertices of degree 3. (b) 21 edges, three vertices of degree 4, and the other vertices of degree 3. (c) 24 edges and all vertices of the same degree. Homework Equations "Theorem 1 In...- UltimateSomni
- Thread
- Graph Graph theory Theory
- Replies: 5
- Forum: Calculus and Beyond Homework Help
-
Graph theory (incidence matrix and linear algebra)
Homework Statement I can't understand this paper. I understand the whole incidence matrix stuff, but I don't quiet get how it relates to the linear algebra. I don't know if this is allowed to do, but I will ask you questions line by line, so basically you will read the paper with me explaining...- TheMathNoob
- Thread
- Algebra Graph Graph theory Linear Linear algebra Matrix Theory
- Replies: 1
- Forum: Precalculus Mathematics Homework Help
-
Graph theory proof (Unlabeled trees)
Homework Statement A. Show that n^n−2/n! < T(n) by looking at how the symmetric group Sn acts on labelled trees. Use |Sn| = n! T(n) is the number of unlabeled trees on n vertices Homework EquationsThe Attempt at a Solution I can't find any mathematical relation between labelled trees and...- TheMathNoob
- Thread
- Graph Graph theory Proof Theory Trees
- Replies: 12
- Forum: Precalculus Mathematics Homework Help
-
Proving a Cycle Exists in Finite Graphs with Degree 2+ Vertices
Homework Statement Exercise 0.1. Suppose that G is a finite graph all of whose vertices has degree two or greater. Prove that a cycle passes through each vertex. Conclude that G cannot be a tree. Homework EquationsThe Attempt at a Solution If every vertex in a graph G has degree two or...- TheMathNoob
- Thread
- Graph Graph theory Proof Theory
- Replies: 4
- Forum: Precalculus Mathematics Homework Help
-
Proving a Tree is a Minimally Connected Graph in Graph Theory
Homework Statement Let G be a connected graph. We say that G is minimally connected if the removal of any edge of G (without deleting any vertices) results in a disconnected graph. (a) Show that a connected, minimally connected graph has no cycles. (b) Show that a connected graph with no cycles...- TheMathNoob
- Thread
- Graph Graph theory Proof Theory
- Replies: 22
- Forum: Precalculus Mathematics Homework Help
-
Does Induction Work for Proving Graph Theory Statements?
Homework Statement Prove that a complete graph with n vertices contains n(n − 1)/2 edges. Homework EquationsThe Attempt at a Solution The solution gives and inductive proof, but I am just wondering if this works as well. If we have a set of n vertices or points and we try to match all...- TheMathNoob
- Thread
- Graph Graph theory Proof Theory
- Replies: 11
- Forum: Precalculus Mathematics Homework Help
-
Proof about isomorphism (Graph Theory)
Homework Statement 1. Prove or disprove up to isomorphism, there is only one 2-regular graph on 5 vertices. Homework EquationsThe Attempt at a Solution I am making this thread again hence I think I will get more help in this section old thread...- TheMathNoob
- Thread
- Graph theory Isomorphism Proof Theory
- Replies: 3
- Forum: Precalculus Mathematics Homework Help
-
Proof about isomorphism (Graph Theory)
Homework Statement 1. up to isomorphism, there is only one 2-regular graph on 5 vertices. Homework EquationsThe Attempt at a Solution I am still working on the problem, but I don't understand what up to isomorphism means. Does it mean without considering isomorphism?. I just need help with...- TheMathNoob
- Thread
- Graph theory Isomorphism Proof Theory
- Replies: 8
- Forum: Engineering and Comp Sci Homework Help
-
Graph Theory and Function Problems
Homework Statement 1. Consider the Cartesian Product A X B, where A, B are finite nonempty sets, each with carnality greater than 1. There are two functions with domain A X B, called projections with mapping rules p1(a,b) = a and p2(a,b) = b. What is the target space of p1? p2? Are either of...- B3NR4Y
- Thread
- Function Graph Graph theory Theory
- Replies: 3
- Forum: Calculus and Beyond Homework Help