Section 1.2 What is a Graph?
Problem 1.2.3.
Based on the examples in FigureĀ 1.2.1 and FigureĀ 1.2.2 determine which of the following are graphs.
These three figures represent a graph. They contain no repeated vertices, or dots. Nor do these figures have any discontinuities. In other words, they have some sort of starting and end points. That being said they also have a finite set of vertices.
Problem 1.2.6.
Based on the examples in FigureĀ 1.2.4 and FigureĀ 1.2.5 determine which of the following are graphs.
Which of the following matrices are graphs?
Matrix A is not a graph, since there exists vertexes which are joined by two or more edges.
Matrix B is not a graph, since the second vertex is connected by an edge to the first vertex accoring to one row but the edge doesn't exist in the columns.
Matrix C is a graph since it is symmetric around the centre diagonal line, there are no entries with a "2", and the main diagonal is comprimsed only of zeros.
Matrix D is a graph since it is symmetric around the centre diagonal line, there are no entries with a "2", and the main diagonal is comprimsed only of zeros.
Matrix E is a graph since it is symmetric around the centre diagonal line, there are no entries with a "2", and the main diagonal is comprimsed only of zeros.
Matrix F is not a graph since it shows the first vertex being connected to itself by a single edge.
Matrix G is a graph since it is symmetric around the centre diagonal line, there are no entries with a "2", and the main diagonal is comprimsed only of zeros.
Matrix H is not a graph since it is not symmetric around the main diagonal.
Problem 1.2.9.
Based on the examples in FigureĀ 1.2.7 and FigureĀ 1.2.8 determine which of the following are graphs.
-
1: Is a graph. Each vertex and edge in the graph is defined. This graph is finite and has no repititions.
2: Is NOT a graph. q2 is part of the set Q, but it is not present in the graph.
3: Is NOT a graph. Graphs cannot be infinite.
-
4: Is a graph. Each vertex and edge in the graph is defined. This graph is finite and has no repititions.
5: Is a graph. This graph is three unconnected points. We have seen in an example that a graph simply made of unconnected points is acceptable.
6: Is NOT a graph. u1u2 and u2u1 are the same edge. We cannot have a graph that has the same edge repeated.
7: Is NOT a graph. v3v3 is an edge that connects point v3 to itself. A point cannot be adjacent to itself.
-
8: Is a graph. Each vertex and edge in the graph is defined. This graph is finite and has no repititions.
Definition 1.2.10.
Two vertices, \(v_i\) and \(v_j\text{,}\) in a graph \(G\) are adjacent if and only if \(v_iv_j\) is an edge in \(G\text{.}\)
Definition 1.2.11.
Two edges in a graph \(G\) are incident if and only if they share a vertex.
Problem 1.2.12.
In terms of the diagrams list properties required and properties not allowed in graphs.
Must be finite
Two points cannot be connected by more than one edge to each other
Edges must connect to a distinct vertex at both ends of that edge
Vertex's and edges can be labeled
All Vertices do not need to be connected to each other
Problem 1.2.13.
In terms of the matrices list properties required and properties not allowed in graphs.
Problem 1.2.14.
In terms of the sets list properties required and properties not allowed in graphs.
Allowed:
Empty set for edges
Can define a graph as a relation
Not allowed:
Empty set for vertices
Defining relations with undefined points
Defining a relation with itself (identity)
Infinite sets
Problem 1.2.15.
Match the properties that define a graph for each pair of notations.
Problem 1.2.16.
Write the matrix form of the first graph diagram in FigureĀ 1.2.1.
\(\left(\begin{array}{*{6}{r}} 0 & 1 & 0 & 0 & 0 & 0 \\ 1 & 0 & 1 & 1 & 0 & 1 \\ 0 & 1 & 0 & 0 & 1 & 0 \\ 0 & 1 & 0 & 0 & 1 & 0 \\ 0 & 0 & 1 & 1 & 0 & 0 \\ 0 & 1 & 0 & 0 & 0 & 0 \end{array}\right)\)
Problem 1.2.17.
Draw the diagram form of the first graph matrix in FigureĀ 1.2.4.
Matrix referenced
Resulting diagram
Problem 1.2.18.
Draw the diagram form of the first graph in FigureĀ 1.2.7.
The given set description has a set of three points and three edges.
Problem 1.2.19.
Write the matrix form of the first graph in FigureĀ 1.2.7.