Network topology, cut-set and loop equation

Slides:



Advertisements
Similar presentations
CSC401 – Analysis of Algorithms Lecture Notes 14 Graph Biconnectivity
Advertisements

Basic Laws. Ohm Law Materials in general have a characteristic behavior of resisting the flow of electric charge. This physical property, or ability.
Network Analysis Lec-3 1Engr Muhammad Salman. Analysis of Linear Bilateral Network A Bilateral network can be analyzed by the following techniques. 1.
CSE245: Computer-Aided Circuit Simulation and Verification Lecture Note 2: State Equations Prof. Chung-Kuan Cheng 1.
Lecture 27: Graph Theory in Circuit Analysis Suppose we wish to find the node voltages of the circuit below. We know how to do this by hand. For large-scale.
BASIC LAWS Ohm’s Law Kirchhoff’s Law Series resistors & voltage division Parallel resistors & current division Y -  transformation.
Systematic Circuit Analysis Nodal Analysis Chapter 4 Section 1.
EE2003 Circuit Theory Chapter 2 Basic Laws
ECE 552 Numerical Circuit Analysis Chapter Two EQUATION FORMULATION Copyright © I. Hajj 2015 All rights reserved.
1 Mesh Analysis Discussion D2.4 Chapter 2 Section 2-8.
Chapter 3 Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
Kirchhoff’s Laws Laws of Conservation.
CSE245: Computer-Aided Circuit Simulation and Verification Lecture Note 2: State Equations Prof. Chung-Kuan Cheng.
EENG 2610: Circuit Analysis Class 4: Nodal Analysis
EENG 2610: Circuits Analysis Class 2: Kirchhoff’s Laws, Single-Loop Circuits, Single- Node Pair Circuits Oluwayomi Adamo Department of Electrical Engineering.
The second systematic technique to determine all currents and voltages in a circuit IT IS DUAL TO NODE ANALYSIS - IT FIRST DETERMINES ALL CURRENTS IN A.
EASTERN MEDITERRANEAN UNIVERSITY EE 529 Circuit and Systems Analysis Lecture 4.
Introduction Of Tree. Introduction A tree is a non-linear data structure in which items are arranged in sequence. It is used to represent hierarchical.
EE212 Passive AC Circuits Lecture Notes 2a EE 212.
RESISTIVE CIRCUITS MULTI NODE/LOOP CIRCUIT ANALYSIS.
BYST Circuit -F2003: Nodal and Mesh Analysis 92 CPE220 Electric Circuit Analysis Chapter 3: Nodal and Mesh Analyses.
METHODS OF CIRCUIT ANALYSIS
EE484: Mathematical Circuit Theory + Analysis Node and Mesh Equations By: Jason Cho
Lecture - 5 Nodal analysis. Outline Terms of describing circuits. The Node-Voltage method. The concept of supernode.
Methods of Analysis Chapter 3. Introduction We are now prepared to apply Ohm’s law and Kirchhoff’s laws to develop two powerful techniques for circuit.
305221, Computer Electrical Circuit Analysis การวิเคราะห์วงจรไฟฟ้าทาง คอมพิวเตอร์ 3(2-3-6) ณรงค์ชัย มุ่งแฝงกลาง คมกริช มาเที่ยง สัปดาห์ที่ 3 Nodal.
7.1 and 7.2: Spanning Trees. A network is a graph that is connected –The network must be a sub-graph of the original graph (its edges must come from the.
Loop and cut set Analysis
Graph Theory, Topological Analysis ECE Graph Theory, Topological Analysis - Terms Topological Analysis: General, systematic, suited for CAD Graph:
Network Graphs and Tellegen’s Theorem The concepts of a graph Cut sets and Kirchhoff’s current laws Loops and Kirchhoff’s voltage laws Tellegen’s Theorem.
CSE 245: Computer Aided Circuit Simulation and Verification Instructor: Prof. Chung-Kuan Cheng Winter 2003 Lecture 1: Formulation.
EMLAB 1 Chapter 3. Nodal and loop analysis techniques
LOOP ANALYSIS The second systematic technique to determine all currents and voltages in a circuit IT IS DUAL TO NODE ANALYSIS - IT FIRST DETERMINES ALL.
Fundamentals of Electric Circuits
Lec # 05.
Circuit Theory Tashfeen Khan. Introduction This chapter mainly deals with laws that are used to find currents, voltages and resistances in a circuit.
General Methods of Network Analysis Node Analysis Mesh Analysis Loop Analysis Cutset Analysis State variable Analysis Non linear and time varying network.
Ch 3: Methods of Analysis
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley. Ver Chapter 13: Graphs Data Abstraction & Problem Solving with C++
Flow in Network. Graph, oriented graph, network A graph G =(V, E) is specified by a non empty set of nodes V and a set of edges E such that each edge.
Graph theory and networks. Basic definitions  A graph consists of points called vertices (or nodes) and lines called edges (or arcs). Each edge joins.
CSE245: Computer-Aided Circuit Simulation and Verification Lecture Note 2: State Equations Spring 2010 Prof. Chung-Kuan Cheng.
The second systematic technique to determine all currents and voltages in a circuit IT IS DUAL TO NODE ANALYSIS - IT FIRST DETERMINES ALL CURRENTS IN A.
© 2006 Pearson Addison-Wesley. All rights reserved 14 A-1 Chapter 14 Graphs.
D EPARTMENT /S EMESTER (ECE – III SEM) NETWORK THEORY SECTION-D Manav Rachna University 1.
Chapter 2-2 Nodes and Paths KCL and KVL. Node A node: is a point where two or more circuit elements meet. Kirchhoff’s Current Law (KCL): This law states.
What have you learned in this lecture until now? Circuit theory Undefined quantities ( , ) Axioms ( , ) Two.
Network Topology Deals with a circuit model called graph, which is a collection of line segments called branches and points called nodes Circuit diagram.
KITRC CIRCUIT & NETWORKS MADE BY AGNA PATEL:
Gujarat Power Engg. & Research Institute(104)
Discussion D2.3 Chapter 2 Section 2-7
EKT101 Electric Circuit Theory
Graph theory Definitions Trees, cycles, directed graphs.
Introducing Supernodes!!!
Graph Algorithm.
Lecture 2 - Circuit Elements and Essential Laws
Graphs Chapter 11 Objectives Upon completion you will be able to:
Alexander-Sadiku Fundamentals of Electric Circuits
Connectivity Section 10.4.
Circuit Principles Kirchhoff’s Current Law (KCL)
ELL100: INTRODUCTION TO ELECTRICAL ENG.
Nodes, Branches, and Loops
Graphs.
Lecture 2 - Circuit Elements and Essential Laws
Graphs.
Chapter 14 Graphs © 2011 Pearson Addison-Wesley. All rights reserved.
NODAL ANALYSIS To find the currents of the network we will now employ Kirchhoff’s current law to develop a method referred to as nodal analysis. A node.
Circuit Principles Kirchhoff’s Current Law (KCL)
KIRCHHOFF’s VOLTAGE LAW
طرق تحليل الدوائر الكهربائية
Presentation transcript:

Network topology, cut-set and loop equation 20050300 HYUN KYU SHIM

Definitions Connected Graph : A lumped network graph is said to be connected if there exists at least one path among the branches (disregarding their orientation ) between any pair of nodes. Sub Graph : A sub graph is a subset of the original set of graph branches along with their corresponding nodes.

(B) Disconnected Graph (A) Connected Graph (B) Disconnected Graph

Cut – Set Given a connected lumped network graph, a set of its branches is said to constitute a cut-set if its removal separates the remaining portion of the network into two parts.

Tree Given a lumped network graph, an associated tree is any connected subgraph which is comprised of all of the nodes of the original connected graph, but has no loops.

Loop Given a lumped network graph, a loop is any closed connected path among the graph branches for which each branch included is traversed only once and each node encountered connects exactly two included branches.

Theorems (a) A graph is a tree if and only if there exists exactly one path between an pair of its nodes. (b) Every connected graph contains a tree. (c) If a tree has n nodes, it must have n-1 branches.

Fundamental cut-sets Given an n - node connected network graph and an associated tree, each of the n -1 fundamental cut-sets with respect to that tree is formed of one tree branch together with the minimal set of links such that the removal of this entire cut- set of branches would separate the remaining portion of the graph into two parts.

Fundamental cutset matrix

Nodal incidence matrix The fundamental cutset equations may be obtained as the appropriately signed sum of the Kirchhoff `s current law node equations for the nodes in the tree on either side of the corresponding tree branch, we may always write (A is nodal incidence matrix)

Loop incidence matrix Loop incidence matrix defined by

Loop incidence matrix & KVL We define branch voltage vector We may write the KVL loop equations conveniently in vector – matrix form as

General Case

To obtain the cut set equations for an n- node , b-branch connected lumped network, we first write Kirchhoff `s law The close relation of these expressions with

And current vector is specified as follows

Hence, We obtain cutset equations

Example

hence the fundamental cutset matrix yields the cutset equations

In this case we need only solve for the voltage function to obtain every branch variable.