M BUZZ CRAZE NEWS
// general

Dual graph: Simple example

By John Parsons
$\begingroup$

If I have a graph consisting of 2 disjoint triangles, which are connected by an additional edge, then I have difficulties understanding how its dual graph looks like.

$\endgroup$ 1

2 Answers

$\begingroup$

Here is a picture. The dual graph is in green.Here's a picture.

$\endgroup$ 3 $\begingroup$

The dual graph consist of three vertices 1, 2 and 3 such that there are three edges between 1 and 2, three edges between 2 and 3, one loop at the vertex 2.

Note that the number of faces of the graph equal the number of vertices in the dual graph, number of edges equal the number of edges and the number of faces equal the number of vertices of the dual graph.

Further a planar connected graph is isomorphic to its double dual.

The following image is the best I could get with MS Paint. Sorry to have it hoorible!

Dual Graph

$\endgroup$ 3

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy