- IB
- Question Type 1: Determining properties of a given simple graph
A simple graph has adjacency matrix
Determine the number of connected components and identify them.
[3]In a simple undirected graph with 6 vertices and 9 edges, calculate the sum of degrees of all vertices and confirm the Handshaking Lemma.
[3]Decide whether the simple graph with vertices and edges is complete, connected, and contains any circuits. Justify your answers.
[6]Given the degree sequence , determine if it is graphical, and if so, use the Havel–Hakimi algorithm to construct a corresponding simple graph.
[8]Given the simple graph defined by the adjacency list:
Determine whether contains an Eulerian trail or circuit.
[4]Given the degree sequence , determine whether there is a simple graph with this degree sequence and, if so, construct one.
[6]Consider an electrical circuit where nodes are junctions and resistors connect nodes , and . Represent this circuit as a simple graph and find the degree of each vertex.
[4]Construct a simple graph with 7 vertices labeled such that , , , , , , and . Provide the edge set .
[3]Given the simple graph with vertex set and edge set , determine the degree of each vertex and list the vertices adjacent to .
[3]Given a simple graph with vertices to and edge set . Is connected? Find all connected components and determine if contains any circuits.
[4]The following table represents the friendship strengths between five people , , , , and . A friendship strength defines an edge in a simple graph representing their social network.
Draw the corresponding simple graph and determine the degree of each vertex.
[4]Given the adjacency matrix
list the adjacency list representation of the corresponding graph.
[2]