Top Banner
Graph Theory
15

19306 Graph Theory1

Jul 15, 2016

Download

Documents

circuits and theory
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 19306 Graph Theory1

Graph Theory

Page 2: 19306 Graph Theory1

Lecture 27: Graph Theory in Circuit Analysis

Replace all branches by a line - Graph

Page 3: 19306 Graph Theory1
Page 4: 19306 Graph Theory1

Directed and Un-directed Graph

Node and branch are incident if the node is terminal to the branch

Number of branches incident at a node – degree of node

Connected Graph – path between every pair of nodes

Planar and Non-Planar Graphs

Page 5: 19306 Graph Theory1

Tree and Co-Tree

A tree is a connected sub-graph with all the nodes but no closed paths/loops

Branches of a tree – Twigs

Generally, n nodes in a tree – (n-1) branches

Page 6: 19306 Graph Theory1
Page 7: 19306 Graph Theory1
Page 8: 19306 Graph Theory1
Page 9: 19306 Graph Theory1

Remaining branches of Graph excluding any tree are called Links and the set of links is called Co-Tree

B branches and n nodes in Graph – (n-1) twigs and (b-n+1) links

Number of twigs – rank of a Tree

Page 10: 19306 Graph Theory1

Incidence Matrix

The incidence of elements/branches to nodes in a connected graph – Node Incidence Matrix

Arrows – direction of current flow or Voltage rise

n X b – number of nodes X number of branches

Aij = 1, if j th branch is incident to and oriented away from i th node

Aij = -1, if j th branch is incident to and oriented towars from i th node

Aij = 1, if j th branch is not incident to i th node

Page 11: 19306 Graph Theory1
Page 12: 19306 Graph Theory1

Properties of Incident Matrix

Reduced Incidence Matrix A1 – (n-1) X b

Number of possible Trees – Det[A1*A1’ ]

Page 13: 19306 Graph Theory1
Page 14: 19306 Graph Theory1
Page 15: 19306 Graph Theory1

Incidence Matrix and KCL

A1.I = 0 --- n-1 linearly independent equations

A1 – reduced incidence matrix

I = [i1; i2; …… ; in] – branch currents