Simple & Connected Graph Definitions for Exam Tomorrow

In summary, a simple graph is an undirected graph with no loops or multiple edges between the same two vertices, while a connected graph is a graph in which all vertex points are joined by a path or edge.
  • #1
terryfields
44
0
just need 2 definitions without proof for an exam tomorrow, don't need to use them for anything just need to be able to quote them but can't find them anyway so if someone could helpfully write them down that would be great
1)simple graph
2)connected graph

cheers
 
Physics news on Phys.org
  • #2
terryfields said:
just need 2 definitions without proof for an exam tomorrow, don't need to use them for anything just need to be able to quote them but can't find them anyway so if someone could helpfully write them down that would be great
1)simple graph
2)connected graph

cheers

Simple Graph - an undirected graph with no loops or multiple edges between the same two vertices.

Connected Graph - a graph in which all vertex points are joined by a path
 

1. What is a simple graph?

A simple graph is an undirected graph that does not contain any loops or multiple edges between the same pair of vertices. In other words, there is only one edge connecting any two given vertices in a simple graph.

2. What is a connected graph?

A connected graph is a graph in which there is a path between every pair of vertices. This means that every vertex in the graph is connected to every other vertex in some way.

3. What is the difference between a simple graph and a connected graph?

The main difference between a simple graph and a connected graph is that while a simple graph does not allow for loops or multiple edges, a connected graph requires that there is a path between every pair of vertices. In other words, a simple graph can have isolated vertices, while a connected graph cannot.

4. How can you determine if a graph is simple and connected?

To determine if a graph is simple and connected, you can first check if there are any loops or multiple edges between the same pair of vertices. If there are none, then the graph is simple. To check if it is also connected, you can use a graph traversal algorithm, such as depth-first search or breadth-first search, to see if there is a path between every pair of vertices.

5. Why are simple and connected graphs important in graph theory?

Simple and connected graphs are important in graph theory because they serve as the foundation for many other types of graphs and graph algorithms. They are also used to model real-world networks and systems, making them essential for understanding and solving problems in various fields such as computer science, mathematics, and social sciences.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
2K
  • Calculus and Beyond Homework Help
Replies
2
Views
977
  • STEM Academic Advising
Replies
2
Views
831
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
2K
  • STEM Academic Advising
Replies
9
Views
969
  • Calculus and Beyond Homework Help
Replies
1
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
112
  • Introductory Physics Homework Help
Replies
7
Views
3K
Back
Top