Conceptually, a graph is formed by vertices and edges connecting the vertices. a graph G is a pair of sets (V, E), where V is the set of vertices and E is the set of edges, formed by pairs of vertices.
What is graph ?
Network = graph
Informally a graph is a set of nodes joined by a set of lines or arrows.
From a circuit to its graph: There is a node exist b/w two elements of a circuit. All the active source are represented by its internal impedance characteristic.
hence graph for a given network such as
Directed (or Oriented) graph: A graph is said to be directed (or oriented) when all the nodes and branches are numbered or direction assigned to the branches by an arrow. As shown in above graph.
(i) Vertices or Vertex: Basic Element of Graph, Drawn as a node or a dot. Vertex set of G is usually denoted by V(G), or V.
(ii) Edge: A set of two elements, Drawn as a line connecting two vertices, called end vertices, or endpoints. The edge set of G is usually denoted by E(G), or E.
Example
V: = {1,2,3,4,5,6}
E: = {{1,2},{1,5},{2,3},{2,5},{3,4},{4,5},{4,6}}
(iii) Degree of a Graph: Number of edges incident on a node. As the graph is shown above the degree of node 5 is 3.
(iv) Path & Cycle: A path is a walk in which all the edges and all the nodes are different, while a cycle is a closed path in which all the edges are different.
(v) Empty Graph / Edgeless graph : No edge.
(vi) Null Graph: Obviously graph having no edge & no vertices.
(vii) Trees: It is an interconnected open set of branches which include all the nodes of the given graph. In a tree of the graph, there can’t be any closed loop.
(viii) Co Tree: The different types of an interconnected open set of original tree named as co-tree.
(ix) Tree branch(Twig): It is the branch of a tree. It is also named as twigs. Represented by a continuous line in a tree.
(x) Tree link(or chord): It is the branch of a graph that does not belong to the particular tree. Represented by hashed line in a tree.
Relation between twigs and links-
where [A] Reduced incident Matrix, obtained by eliminating any one row of incident Matrix.
Properties of a Tree
(xi) Directed (or Oriented) graph: A graph is said to be directed (or oriented ) when all the nodes and branches are numbered or direction assigned to the branches by an arrow.
(xii) Connected Graph: When at least one path along branches between every pair of a graph exists, it is called a connected graph.
(xiii) Sub graph: A graph said to be sub-graph of a graph G if every node of is a node of G and every branch of is also a branch of G.
(xiv) Planer & Non-Planer graph: Graph A is planar since no link is overlapping with another. Graph B is non-planar since many links are overlapping.
(i) Incidence Matrix
Procedure:
Node-a:- Branches connected are 1 & 5 and both are away from the node.
Node-b:- Branches incident at this node are 1,2 & 4. Here branch is oriented towards the node whereas branches 2 & 4 are directed away from the node.
Node-c:- Branches 2 & 3 are incident on this node. Here, branch 2 is oriented towards the node whereas the branch 3 is directed away from the node.
Node-d:- Branch 3, 4 & 5 are incident on the node. Here all the branches are directed towards the node.
Properties
Reduced Incidence Matrix: If any row of a matrix is completely deleted, then the remaining matrix is known as reduced Incidence matrix. For the above example, after deleting any one row, we get
The number of possible trees of a graph, = det{[A] x [A]T}
(ii) Tie Set Matrix
A fundamental tie-set of a graph w.r.t a tree is a loop formed by only one link associated with other twigs. No. of fundamental loops=No. of links=B-(N-1).
The procedure of obtaining Tie-set matrix
Example 2: Draw the graph and write down the tie-set matrix. Obtain the network equilibrium equations in matrix form using KVL.
Tie-Set Matrix Formation
So, KVL equation ⇒ V1 - V2 + V4 = 0, V2 - V3 + V5 = 0
Tie-Set Matrix is also Called Fundamental Loop Matrix
(iii) Cut-Set Matrix
The fundamental cut set is a cut through a given graph which divides into two parts but in its path of cutting it should encounter only one twig. The path of cut set forms a voltage line, it is called as cut set voltage. The orientation of this cut–set voltage is given by the twig governing it.
The number of cut set for any graph = n – 1 = number of twigs.
here b, d, e forms as tree
b, d, e → twigs
a, c, f → Link
Number of fundamental cut sets = 4 – 1 = 3
Fundamental cut set 1 is a, b, c with b as a twig and a, c, as links e1 is cut set voltage and the direction is same as twig ‘b’.
Similarly cut set 2 → c, d, f → cut set voltage e2
cut set 3 → a, e, f → cut set voltage e3
Cut Set Matrix gives the relation between cut set voltages and branch voltages The rows of a matrix represent the cut set voltages. The columns of a matrix represent the branches of the graph. The order of the cut set matrix is (n – 1) × b. The elements of a cut set matrix, [c] =[aij] n−1×b [aij] = +1, If jth branch is incident to
The columns of a matrix represent the branches of the graph. The order of the cut set matrix is (n – 1) × b.
[aij] = +1, If the jth branch is incident to ith cut set and oriented in the same direction.
[aij] = –1, If the jth branch is incident to ith cut set oriented in opposite direction.
[aij] = 0, If the jth branch is not incident with ith cut set voltage.
Example 3: For the network graph below construct the cut set matrix and write the equilibrium equations by considering branches a, b, c as tree branches.
a, b, c → twigs
d, e → Links
Fundamental cut set 1→ c d e → cut set voltage e1
Fundamental cut set 2 → b e → cut set voltage e2
Fundamental cut set 3 → a d e → cut set voltage e3Cut Set Matrix
Let ja, jb, jc, jd, je be the branch currents, thenlet va, vb, vc, vd, ve be the branch voltages, then
va = e3; vd = e1 − e3;
vb = e2; ve = e1 − e2 − e3;
vc = e1,
68 videos|85 docs|62 tests
|
|
Explore Courses for Electrical Engineering (EE) exam
|