Definitions
Definitions
Sub-graph: A sub-graph is a subset of branches and nodes of a graph for example branches 1, 2,
3 & 4 forms a sub-graph. The sub-graph may be connected or unconnected. The sub- graph of
graph shown in figure 2 is shown in figure 3.
Connected Graph: If there exists at least one path from each node to every other node, then
graph is said to be connected. Example
Un-connected Graph: If there exists no path from each node to every other node, the graph is
said to be un-connected graph. For example, the network containing a transformer (inductively
coupled parts) its graph could be un-connected.
Path: A sequence of branches going from one node to other is called path. The node once
considered should not be again considered the same node.
Loop (Closed Path): Loop may be defined as a connected sub-graph of a graph, which has
exactly two branches of the sub-graph connected to each of its node.
For example, the branches1, 2 & 3 in figure 7 constitute a loop.
Planar and Non-planar Graphs: A planar graph is one where the branches do not cross each
other while drawn on a plain sheet of paper. If they cross, they are non-planar.
Oriented Graph: The graph whose branches carry an orientation is called an oriented graph
Tree: Tree of a connected graph is defined as any set of branches, which together connect all the
nodes of the graph without forming any loops. The branches of a tree are called Twigs.
Co-tree: Remaining branches of a graph, which are not in the tree form a co-tree. The branches
of a co-tree are called links or chords. The tree and co-tree for a given oriented graph shown in
figure11 is shown in figure12 and figure13.
Properties of Tree:
i) It contains all the nodes of the graph.
ii) It contains (nt-1) branches. Where ‘nt’ is total number of nodes in the given graph.
iii) There are no closed paths. Total number of tree branches, n = (nt-1) Where nt = Total number
of nodes Total number of links, l = (b-n) Where b = Total number of branches in the graph.
Degree of Node: The number of branches attached to the node is degree of node.
Complete Incidence Matrix (Aa): Incidence matrix gives us the information about the
branches, which are joined to the nodes and the orientation of the branch, which may be towards
a node or away from it. Nodes of the graph form the rows and branches form the columns. If the
branch is not connected to node, corresponding element in the matrix is given the value ‘0’. If a
branch is joined, it has two possible orientations. If the orientation is away from the node, the
corresponding matrix element is written as ‘+1’. If it is towards the node, the corresponding
matrix element is written as ‘-1’.
Example: 1) Obtain complete incidence matrix for the graph shown