Friday 16 January 2015

Subgraph

SUBGRAPH:

            A subgraph of a graph G(V,E) is a graph H(W,F) where W subset equal to V and F subset equal to   E. If W sub set V and F sub set E , then H is called the proper subgraph of G, if W=V, then H is called a spanning subgraph of G. A spanning subgraph of G need not contain all its edges. The graph H shown in below is a subgraph of K






Note:Any subgraph of a graph G can be obtained by removing certain vertices and edges from G. It is to be noted that the removal of an edge does not mean the removal of its adjacent vertices, whereas the removal of a vertex means the removal of any edge incident on it.

VERTEX DELETED SUBGRAPH:
         
                   If a subset S of V and all the edges incident on the elements of S are deleted from a graph (G,E), then the resulting subgraph is called a vertex deleted subgraph of G(V,E).
                   If a subset T of E from a graph G(V,E) is deleted, then the resulting subgraph is called an edge deleted subgraph of G(V,E).

INDUCED SUBGRAPH

               A subgraph H(V',E') of G(V,E), where V' sub set equals to V and E' consists of only those edges that are incident on the elements of V', is called an induced subgraph  of G(V,E).



Following figures shows different subgraph of a given graph G.


UNION OF TWO GRAPH:

                        The union of two simple graph G1(V1,E1) and G2(V2,E2) is the simple graph with vertex VU Vand edges  E1 U E2. The union of two graphs G1  and  G2 is denoted by GU G2. 

                Following figures shows union of two graph G1  and  G2.

No comments:

Post a Comment