SlideShare a Scribd company logo
1 of 4
EXPERIMENT NO. 3 
OBJECTIVE 
To Formulate YBUS Matrix By Singular Transformation. 
SOFTWARE USED 
MATLAB 
THEORY 
Here a Network model of power system is shown in figure 1 . The Lumped shunt Admittances 
at the bus is taken as consideration. Besides the ground nodes it has four nodes (buses) at which 
the current from the source is injected into the Network . The line admittance between nodes i 
and k is depicted by yik=yki. . The Mutual admittances between lines is assumed to be zero.The 
YBUS 
Fig: 1 
By applying Kirchhoff’s current law at node 1, 2, 3, and 4, 
I1 = V1y10 + (V1 – V2)y12 + (V1 – V3)y13 
I2= V2y20 + (V2 – V1)y21 + (V2 – V3) y23 + (V2 - V4) y24 
I3 = V3y30 + (V3 –V1)y31 + (V3 –V2)y32 + (V3 –V4)y34 
I4 = V4y40 + (V4 –V2)y42 +(V4 –V3)y43
By rearranging and writing in matrix form , we get 
 
 
 
 
 
 
 
 
 
 
 
 
1 
2 
3 
4 
I 
I 
I 
I 
= 
  
y  y  y  y  
y 
10 12 13 12 13 
  
y y y y y y y 
      
12 20 21 23 24 23 24 
  
 
 
 
 
y y y y y y y 
      
13 23 30 31 32 34 34 
   
 
 
 
 
 
 
 
     
24 34 40 41 43 34 
0 
0 
y y y y y y 
 
 
 
 
 
 
V 
 
 
V 
 
 
V 
 
 
1 
2 
3 
4 
V 
This can be rewritten as 
 
 
 
 
 
 
 
 
 
 
 
 
1 
2 
3 
4 
I 
I 
I 
I 
= 
 
 
 
 
 
 
Y Y Y Y 
 
 
Y Y Y Y 
 
 
Y Y Y Y 
 
Y Y Y Y 
 
11 12 13 14 
21 22 23 24 
31 32 33 34 
41 42 43 44 
 
 
 
 
 
 
V 
 
 
V 
 
 
V 
 
 
1 
2 
3 
4 
V 
Where 
Y11 =   10 12 13 y  y  y 
Y22 =   20 12 23 24 y  y  y  y 
Y33 =   31 32 33 34 y  y  y  y 
Y44 =   41 42 43 44 y  y  y  y 
The YBUS matrix is exist in pair of ZBus matrix network for load flow studies .The YBUS is 
assembled by use of singular transformations . 
Y bus = ATYA; A=Bus incidence matrix 
PROBLEM STATEMENT 
Figure below shows the one-line diagram of a simple four bus system. Table 1 gives the line 
impedances identified by the buses on which these terminate. The shunt admittance at all the 
buses is assumed negligible. 
(a) Find Ybus assuming that the line shown dotted is not connected. 
(b) What modifications need to be carried out in Ybus if the line shown dotted is connected.
Fig: 2-Sample system 
Table 1 
Line 
Bus to bus 
R pu X pu 
1-2 0.05 0.15 
1-3 0.10 0.30 
2-3 0.15 0.45 
2-4 0.10 0.30 
3-4 0.05 0.15 
CONCLUSION 
Linear network graph helps in systematic assembly of a network model. Singular transformation 
is an easier method to solve for Y bus matrix. It is helpful when system is large and MATLAB 
programming is easier. 
REFERENCES 
[1]. Stevenson Jr, W. D. (1982). Elements of Power System Analysis, (4th), Mc-Graw Hill Higher 
Education. 
[2]. Hadi Saadat, “Power System Analysis”, Milwaukee School of Engineering, McGraw Hill, 
1999. 
[3]. Kothari D. P., Nagrath I. J., “Modern Power System Analysis”, Mc-Graw Hill Higher 
Education.
APPENDIX 
MATLAB CODE 
ydata=[1 1 2 1/(0.05+j*0.15) 0 0 
2 1 3 1/(90.1+j*0.30) 0 0 
3 2 3 1/(0.15+j*0.45) 0 0 
4 2 4 1/(0.10+j*0.30) 0 0 
5 3 4 1/(0.05+j*0.15) 0 0]; 
elements=max(ydata(:,1)) 
yprimitive=zeroes(elements,elements) 
for i=1:elements, 
yprimitive(i,i)=yadata(i,4) 
if(ydata(i,5)~=0) 
j=ydata(i,5) 
ymutual=ydata(i,6) 
yprimitive(i,j)=ymutual 
end 
end 
buses =max(max(ydata(2.:)),max(ydata(3,:))) 
A=zeroes(elements,buses) 
for i=1:elements 
if ydata(i,2)~=0 
A(i,ydata(i,2)=1; 
end 
if ydata(i,3)~=0 
A(i,ydata(i,3)=-1 
end 
end 
YBUS=A'*yprimitive*A

More Related Content

What's hot

Power system slide notes
Power system slide notesPower system slide notes
Power system slide notesmichaeljmack
 
POWER SYSTEM SIMULATION - 2 LAB MANUAL (ELECTRICAL ENGINEERING - POWER SYSTEMS)
POWER SYSTEM SIMULATION - 2 LAB MANUAL (ELECTRICAL ENGINEERING - POWER SYSTEMS) POWER SYSTEM SIMULATION - 2 LAB MANUAL (ELECTRICAL ENGINEERING - POWER SYSTEMS)
POWER SYSTEM SIMULATION - 2 LAB MANUAL (ELECTRICAL ENGINEERING - POWER SYSTEMS) Mathankumar S
 
Dynamic analysis of dc machine
Dynamic analysis of dc machineDynamic analysis of dc machine
Dynamic analysis of dc machineRamesh Babu
 
3 phase half wave controlled converter with r Load
3 phase half wave controlled converter with r Load3 phase half wave controlled converter with r Load
3 phase half wave controlled converter with r Loadmechatronics jf
 
Regenerative Braking of BLDC Motors
Regenerative Braking of BLDC MotorsRegenerative Braking of BLDC Motors
Regenerative Braking of BLDC MotorsANSHUMAN SETU
 
POWER SYSTEM SIMULATION LAB-1 MANUAL (ELECTRICAL - POWER SYSTEM ENGINEERING )
POWER SYSTEM SIMULATION LAB-1 MANUAL (ELECTRICAL - POWER SYSTEM ENGINEERING )POWER SYSTEM SIMULATION LAB-1 MANUAL (ELECTRICAL - POWER SYSTEM ENGINEERING )
POWER SYSTEM SIMULATION LAB-1 MANUAL (ELECTRICAL - POWER SYSTEM ENGINEERING )Mathankumar S
 
Simulation and study of multilevel inverter (report)
Simulation and study of multilevel inverter (report)Simulation and study of multilevel inverter (report)
Simulation and study of multilevel inverter (report)Arpit Kurel
 
Dc-Dc boost converter topologies & MPPT techniques for grid connected PV system
Dc-Dc boost converter topologies & MPPT techniques for grid connected PV systemDc-Dc boost converter topologies & MPPT techniques for grid connected PV system
Dc-Dc boost converter topologies & MPPT techniques for grid connected PV systemrameshwar meena
 
Induction Motor Protection Using PLC
Induction Motor Protection Using PLCInduction Motor Protection Using PLC
Induction Motor Protection Using PLCvivatechijri
 
Dc-Dc boost converter topologies and MPPT techniques for Grid connected PV sy...
Dc-Dc boost converter topologies and MPPT techniques for Grid connected PV sy...Dc-Dc boost converter topologies and MPPT techniques for Grid connected PV sy...
Dc-Dc boost converter topologies and MPPT techniques for Grid connected PV sy...rameshwar meena
 
Multilevel inverter technology
Multilevel inverter technologyMultilevel inverter technology
Multilevel inverter technologygmrit
 
final year project report
final year project reportfinal year project report
final year project reportAnuj Kumar
 
Solar PV Model With MPPT (P & O method)
Solar PV Model With MPPT (P & O method)Solar PV Model With MPPT (P & O method)
Solar PV Model With MPPT (P & O method)SURBHI PATHAK
 
Power Measurement In 3-phase AC Circuits
Power Measurement In 3-phase AC CircuitsPower Measurement In 3-phase AC Circuits
Power Measurement In 3-phase AC CircuitsAbhisek Padhi
 
“MODELING AND ANALYSIS OF DC-DC CONVERTER FOR RENEWABLE ENERGY SYSTEM” Final...
“MODELING AND ANALYSIS OF DC-DC CONVERTER  FOR RENEWABLE ENERGY SYSTEM” Final...“MODELING AND ANALYSIS OF DC-DC CONVERTER  FOR RENEWABLE ENERGY SYSTEM” Final...
“MODELING AND ANALYSIS OF DC-DC CONVERTER FOR RENEWABLE ENERGY SYSTEM” Final...8381801685
 
Exp 5 (1)5. Newton Raphson load flow analysis Matlab Software
Exp 5 (1)5.	Newton Raphson load flow analysis Matlab SoftwareExp 5 (1)5.	Newton Raphson load flow analysis Matlab Software
Exp 5 (1)5. Newton Raphson load flow analysis Matlab SoftwareShweta Yadav
 

What's hot (20)

Power flow analysis
Power flow analysisPower flow analysis
Power flow analysis
 
PPT ON POWER SYSTEM STABILITY
PPT ON POWER SYSTEM STABILITYPPT ON POWER SYSTEM STABILITY
PPT ON POWER SYSTEM STABILITY
 
Power system slide notes
Power system slide notesPower system slide notes
Power system slide notes
 
POWER SYSTEM SIMULATION - 2 LAB MANUAL (ELECTRICAL ENGINEERING - POWER SYSTEMS)
POWER SYSTEM SIMULATION - 2 LAB MANUAL (ELECTRICAL ENGINEERING - POWER SYSTEMS) POWER SYSTEM SIMULATION - 2 LAB MANUAL (ELECTRICAL ENGINEERING - POWER SYSTEMS)
POWER SYSTEM SIMULATION - 2 LAB MANUAL (ELECTRICAL ENGINEERING - POWER SYSTEMS)
 
Load flow studies 19
Load flow studies 19Load flow studies 19
Load flow studies 19
 
Dynamic analysis of dc machine
Dynamic analysis of dc machineDynamic analysis of dc machine
Dynamic analysis of dc machine
 
Introduction to Microgrid
Introduction to Microgrid Introduction to Microgrid
Introduction to Microgrid
 
3 phase half wave controlled converter with r Load
3 phase half wave controlled converter with r Load3 phase half wave controlled converter with r Load
3 phase half wave controlled converter with r Load
 
Regenerative Braking of BLDC Motors
Regenerative Braking of BLDC MotorsRegenerative Braking of BLDC Motors
Regenerative Braking of BLDC Motors
 
POWER SYSTEM SIMULATION LAB-1 MANUAL (ELECTRICAL - POWER SYSTEM ENGINEERING )
POWER SYSTEM SIMULATION LAB-1 MANUAL (ELECTRICAL - POWER SYSTEM ENGINEERING )POWER SYSTEM SIMULATION LAB-1 MANUAL (ELECTRICAL - POWER SYSTEM ENGINEERING )
POWER SYSTEM SIMULATION LAB-1 MANUAL (ELECTRICAL - POWER SYSTEM ENGINEERING )
 
Simulation and study of multilevel inverter (report)
Simulation and study of multilevel inverter (report)Simulation and study of multilevel inverter (report)
Simulation and study of multilevel inverter (report)
 
Dc-Dc boost converter topologies & MPPT techniques for grid connected PV system
Dc-Dc boost converter topologies & MPPT techniques for grid connected PV systemDc-Dc boost converter topologies & MPPT techniques for grid connected PV system
Dc-Dc boost converter topologies & MPPT techniques for grid connected PV system
 
Induction Motor Protection Using PLC
Induction Motor Protection Using PLCInduction Motor Protection Using PLC
Induction Motor Protection Using PLC
 
Dc-Dc boost converter topologies and MPPT techniques for Grid connected PV sy...
Dc-Dc boost converter topologies and MPPT techniques for Grid connected PV sy...Dc-Dc boost converter topologies and MPPT techniques for Grid connected PV sy...
Dc-Dc boost converter topologies and MPPT techniques for Grid connected PV sy...
 
Multilevel inverter technology
Multilevel inverter technologyMultilevel inverter technology
Multilevel inverter technology
 
final year project report
final year project reportfinal year project report
final year project report
 
Solar PV Model With MPPT (P & O method)
Solar PV Model With MPPT (P & O method)Solar PV Model With MPPT (P & O method)
Solar PV Model With MPPT (P & O method)
 
Power Measurement In 3-phase AC Circuits
Power Measurement In 3-phase AC CircuitsPower Measurement In 3-phase AC Circuits
Power Measurement In 3-phase AC Circuits
 
“MODELING AND ANALYSIS OF DC-DC CONVERTER FOR RENEWABLE ENERGY SYSTEM” Final...
“MODELING AND ANALYSIS OF DC-DC CONVERTER  FOR RENEWABLE ENERGY SYSTEM” Final...“MODELING AND ANALYSIS OF DC-DC CONVERTER  FOR RENEWABLE ENERGY SYSTEM” Final...
“MODELING AND ANALYSIS OF DC-DC CONVERTER FOR RENEWABLE ENERGY SYSTEM” Final...
 
Exp 5 (1)5. Newton Raphson load flow analysis Matlab Software
Exp 5 (1)5.	Newton Raphson load flow analysis Matlab SoftwareExp 5 (1)5.	Newton Raphson load flow analysis Matlab Software
Exp 5 (1)5. Newton Raphson load flow analysis Matlab Software
 

Viewers also liked

Power System Simulation Lab (Formation of Y-Bus & Z-Bus Matrix)
Power System Simulation Lab (Formation of Y-Bus  & Z-Bus Matrix)Power System Simulation Lab (Formation of Y-Bus  & Z-Bus Matrix)
Power System Simulation Lab (Formation of Y-Bus & Z-Bus Matrix)Mathankumar S
 
MATLAB programs Power System Simulation lab (Electrical Engineer)
MATLAB programs Power System Simulation  lab (Electrical Engineer)MATLAB programs Power System Simulation  lab (Electrical Engineer)
MATLAB programs Power System Simulation lab (Electrical Engineer)Mathankumar S
 
Power System Analysis!
Power System Analysis!Power System Analysis!
Power System Analysis!PRABHAHARAN429
 
Newton Raphson method for load flow analysis
Newton Raphson method for load flow analysisNewton Raphson method for load flow analysis
Newton Raphson method for load flow analysisdivyanshuprakashrock
 
Power System Modelling And Simulation Lab
Power System Modelling And Simulation LabPower System Modelling And Simulation Lab
Power System Modelling And Simulation LabSachin Airan
 
Power Systems Engineering - Formation of Network Matrix Y-bus solution in Pow...
Power Systems Engineering - Formation of Network Matrix Y-bus solution in Pow...Power Systems Engineering - Formation of Network Matrix Y-bus solution in Pow...
Power Systems Engineering - Formation of Network Matrix Y-bus solution in Pow...Mathankumar S
 
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...sunny katyara
 
Lu decomposition
Lu decompositionLu decomposition
Lu decompositiongilandio
 
Modern power system [simulink & m file]
Modern power system [simulink & m file]Modern power system [simulink & m file]
Modern power system [simulink & m file]praba123456
 
MPMC Microprocessor
MPMC MicroprocessorMPMC Microprocessor
MPMC MicroprocessorA.S. Krishna
 
Line follower Robot using PID algorithm
Line follower Robot using PID algorithmLine follower Robot using PID algorithm
Line follower Robot using PID algorithmIfaz Ahmed Aflan
 
Line follower(theory + coding + videos)
Line follower(theory + coding + videos)Line follower(theory + coding + videos)
Line follower(theory + coding + videos)Yash Patel
 
NUMERICAL METHODS WITH MATLAB : bisection,mueller's,newton-raphson,false poin...
NUMERICAL METHODS WITH MATLAB : bisection,mueller's,newton-raphson,false poin...NUMERICAL METHODS WITH MATLAB : bisection,mueller's,newton-raphson,false poin...
NUMERICAL METHODS WITH MATLAB : bisection,mueller's,newton-raphson,false poin...Parhamsagharchi
 

Viewers also liked (20)

Power System Simulation Lab (Formation of Y-Bus & Z-Bus Matrix)
Power System Simulation Lab (Formation of Y-Bus  & Z-Bus Matrix)Power System Simulation Lab (Formation of Y-Bus  & Z-Bus Matrix)
Power System Simulation Lab (Formation of Y-Bus & Z-Bus Matrix)
 
MATLAB programs Power System Simulation lab (Electrical Engineer)
MATLAB programs Power System Simulation  lab (Electrical Engineer)MATLAB programs Power System Simulation  lab (Electrical Engineer)
MATLAB programs Power System Simulation lab (Electrical Engineer)
 
solr勉強会資料
solr勉強会資料solr勉強会資料
solr勉強会資料
 
load flow 1
 load flow 1 load flow 1
load flow 1
 
Power System Analysis!
Power System Analysis!Power System Analysis!
Power System Analysis!
 
Newton Raphson method for load flow analysis
Newton Raphson method for load flow analysisNewton Raphson method for load flow analysis
Newton Raphson method for load flow analysis
 
Power system-analysis-psr murthy
Power system-analysis-psr murthyPower system-analysis-psr murthy
Power system-analysis-psr murthy
 
Power System Modelling And Simulation Lab
Power System Modelling And Simulation LabPower System Modelling And Simulation Lab
Power System Modelling And Simulation Lab
 
Meeting13
Meeting13Meeting13
Meeting13
 
Power Systems Engineering - Formation of Network Matrix Y-bus solution in Pow...
Power Systems Engineering - Formation of Network Matrix Y-bus solution in Pow...Power Systems Engineering - Formation of Network Matrix Y-bus solution in Pow...
Power Systems Engineering - Formation of Network Matrix Y-bus solution in Pow...
 
4x4
4x44x4
4x4
 
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
Load Flow Analysis of Jamshoro Thermal Power Station (JTPS) Pakistan Using MA...
 
Lu decomposition
Lu decompositionLu decomposition
Lu decomposition
 
Modern power system [simulink & m file]
Modern power system [simulink & m file]Modern power system [simulink & m file]
Modern power system [simulink & m file]
 
MPMC Microprocessor
MPMC MicroprocessorMPMC Microprocessor
MPMC Microprocessor
 
Line follower Robot using PID algorithm
Line follower Robot using PID algorithmLine follower Robot using PID algorithm
Line follower Robot using PID algorithm
 
Mpmc
MpmcMpmc
Mpmc
 
Line follower(theory + coding + videos)
Line follower(theory + coding + videos)Line follower(theory + coding + videos)
Line follower(theory + coding + videos)
 
Unit1 8
Unit1 8Unit1 8
Unit1 8
 
NUMERICAL METHODS WITH MATLAB : bisection,mueller's,newton-raphson,false poin...
NUMERICAL METHODS WITH MATLAB : bisection,mueller's,newton-raphson,false poin...NUMERICAL METHODS WITH MATLAB : bisection,mueller's,newton-raphson,false poin...
NUMERICAL METHODS WITH MATLAB : bisection,mueller's,newton-raphson,false poin...
 

Similar to Exp 3 (1)3. To Formulate YBUS Matrix By Singular Transformation.

Development and determination of voltage faultlocation
Development and determination of voltage faultlocationDevelopment and determination of voltage faultlocation
Development and determination of voltage faultlocationeSAT Publishing House
 
Transport and routing on coupled spatial networks
Transport and routing on coupled spatial networksTransport and routing on coupled spatial networks
Transport and routing on coupled spatial networksrichardgmorris
 
Load Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic AlgorithmLoad Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic AlgorithmITIIIndustries
 
2010 - Stapelberg, Krzesinski - Network Re-engineering using Successive Survi...
2010 - Stapelberg, Krzesinski - Network Re-engineering using Successive Survi...2010 - Stapelberg, Krzesinski - Network Re-engineering using Successive Survi...
2010 - Stapelberg, Krzesinski - Network Re-engineering using Successive Survi...Dieter Stapelberg
 
Lecture (3) _transportation problem31-10-2020.pdf
Lecture (3) _transportation problem31-10-2020.pdfLecture (3) _transportation problem31-10-2020.pdf
Lecture (3) _transportation problem31-10-2020.pdfamrhebafamily
 
A Review on Channel Routing On VLSI Physical Design
A Review on Channel Routing On VLSI Physical DesignA Review on Channel Routing On VLSI Physical Design
A Review on Channel Routing On VLSI Physical DesignIOSR Journals
 
EXpt 04 on EEE lab
EXpt 04 on EEE lab EXpt 04 on EEE lab
EXpt 04 on EEE lab ForaziRobin
 
Applications Section 1.3
Applications   Section 1.3Applications   Section 1.3
Applications Section 1.3mobart02
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) ijceronline
 
Electrical circuits in concept of linear algebra
Electrical circuits in concept of linear algebraElectrical circuits in concept of linear algebra
Electrical circuits in concept of linear algebraRajesh Kumar
 
Powerpoint slides to_chapter_12_three_phase_circuits_and_systems-corrected3
Powerpoint slides to_chapter_12_three_phase_circuits_and_systems-corrected3Powerpoint slides to_chapter_12_three_phase_circuits_and_systems-corrected3
Powerpoint slides to_chapter_12_three_phase_circuits_and_systems-corrected3Raghvendra Tiwari
 

Similar to Exp 3 (1)3. To Formulate YBUS Matrix By Singular Transformation. (20)

P3_Kron.pptx
P3_Kron.pptxP3_Kron.pptx
P3_Kron.pptx
 
Ece4762011 lect11[1]
Ece4762011 lect11[1]Ece4762011 lect11[1]
Ece4762011 lect11[1]
 
INCIDENCE MATRIX
INCIDENCE MATRIXINCIDENCE MATRIX
INCIDENCE MATRIX
 
Development and determination of voltage faultlocation
Development and determination of voltage faultlocationDevelopment and determination of voltage faultlocation
Development and determination of voltage faultlocation
 
Transport and routing on coupled spatial networks
Transport and routing on coupled spatial networksTransport and routing on coupled spatial networks
Transport and routing on coupled spatial networks
 
Load Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic AlgorithmLoad Balancing of Modern Distribution Networks by Genetic Algorithm
Load Balancing of Modern Distribution Networks by Genetic Algorithm
 
40220140504001
4022014050400140220140504001
40220140504001
 
Chap2
Chap2Chap2
Chap2
 
2010 - Stapelberg, Krzesinski - Network Re-engineering using Successive Survi...
2010 - Stapelberg, Krzesinski - Network Re-engineering using Successive Survi...2010 - Stapelberg, Krzesinski - Network Re-engineering using Successive Survi...
2010 - Stapelberg, Krzesinski - Network Re-engineering using Successive Survi...
 
Load flow studies
Load flow studiesLoad flow studies
Load flow studies
 
Three phase System
Three phase SystemThree phase System
Three phase System
 
Lecture (3) _transportation problem31-10-2020.pdf
Lecture (3) _transportation problem31-10-2020.pdfLecture (3) _transportation problem31-10-2020.pdf
Lecture (3) _transportation problem31-10-2020.pdf
 
MESH NODAL DC.pptx
MESH NODAL DC.pptxMESH NODAL DC.pptx
MESH NODAL DC.pptx
 
A Review on Channel Routing On VLSI Physical Design
A Review on Channel Routing On VLSI Physical DesignA Review on Channel Routing On VLSI Physical Design
A Review on Channel Routing On VLSI Physical Design
 
EXpt 04 on EEE lab
EXpt 04 on EEE lab EXpt 04 on EEE lab
EXpt 04 on EEE lab
 
Applications Section 1.3
Applications   Section 1.3Applications   Section 1.3
Applications Section 1.3
 
International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER) International Journal of Computational Engineering Research (IJCER)
International Journal of Computational Engineering Research (IJCER)
 
Electrical circuits in concept of linear algebra
Electrical circuits in concept of linear algebraElectrical circuits in concept of linear algebra
Electrical circuits in concept of linear algebra
 
Powerpoint slides to_chapter_12_three_phase_circuits_and_systems-corrected3
Powerpoint slides to_chapter_12_three_phase_circuits_and_systems-corrected3Powerpoint slides to_chapter_12_three_phase_circuits_and_systems-corrected3
Powerpoint slides to_chapter_12_three_phase_circuits_and_systems-corrected3
 
Report_AKbar_PDF
Report_AKbar_PDFReport_AKbar_PDF
Report_AKbar_PDF
 

More from Shweta Yadav

Exp 8 (1)8. Load-frequency dynamics of single area power system
Exp 8 (1)8.	Load-frequency dynamics of single area power systemExp 8 (1)8.	Load-frequency dynamics of single area power system
Exp 8 (1)8. Load-frequency dynamics of single area power systemShweta Yadav
 
Exp 7 (1)7. Load sharing between two interconnected power systems including t...
Exp 7 (1)7.	Load sharing between two interconnected power systems including t...Exp 7 (1)7.	Load sharing between two interconnected power systems including t...
Exp 7 (1)7. Load sharing between two interconnected power systems including t...Shweta Yadav
 
Exp 6 . Load sharing between two interconnected power systems
Exp 6 .	Load sharing between two interconnected power systemsExp 6 .	Load sharing between two interconnected power systems
Exp 6 . Load sharing between two interconnected power systemsShweta Yadav
 
Exp 4 (1)4. Gauss Siedal Load flow analysis using Matlab Software.
Exp 4 (1)4.	Gauss Siedal Load flow analysis using Matlab Software.Exp 4 (1)4.	Gauss Siedal Load flow analysis using Matlab Software.
Exp 4 (1)4. Gauss Siedal Load flow analysis using Matlab Software.Shweta Yadav
 
Exp 2 (1)2. To plot Swing Curve for one Machine System
Exp 2 (1)2.	To plot Swing Curve for one Machine SystemExp 2 (1)2.	To plot Swing Curve for one Machine System
Exp 2 (1)2. To plot Swing Curve for one Machine SystemShweta Yadav
 
Exp 1 (1) 1. To compute the fault level, post-fault voltages and currents for...
Exp 1 (1) 1.	To compute the fault level, post-fault voltages and currents for...Exp 1 (1) 1.	To compute the fault level, post-fault voltages and currents for...
Exp 1 (1) 1. To compute the fault level, post-fault voltages and currents for...Shweta Yadav
 
M gopal digital control and state variable methods - copy
M gopal   digital control and state variable methods - copyM gopal   digital control and state variable methods - copy
M gopal digital control and state variable methods - copyShweta Yadav
 
Moderndigitalandanalogcommunicationsyatemsbyb plathisolutionmannual3rdedition...
Moderndigitalandanalogcommunicationsyatemsbyb plathisolutionmannual3rdedition...Moderndigitalandanalogcommunicationsyatemsbyb plathisolutionmannual3rdedition...
Moderndigitalandanalogcommunicationsyatemsbyb plathisolutionmannual3rdedition...Shweta Yadav
 

More from Shweta Yadav (9)

Exp 8 (1)8. Load-frequency dynamics of single area power system
Exp 8 (1)8.	Load-frequency dynamics of single area power systemExp 8 (1)8.	Load-frequency dynamics of single area power system
Exp 8 (1)8. Load-frequency dynamics of single area power system
 
Exp 7 (1)7. Load sharing between two interconnected power systems including t...
Exp 7 (1)7.	Load sharing between two interconnected power systems including t...Exp 7 (1)7.	Load sharing between two interconnected power systems including t...
Exp 7 (1)7. Load sharing between two interconnected power systems including t...
 
Exp 6 . Load sharing between two interconnected power systems
Exp 6 .	Load sharing between two interconnected power systemsExp 6 .	Load sharing between two interconnected power systems
Exp 6 . Load sharing between two interconnected power systems
 
Exp 4 (1)4. Gauss Siedal Load flow analysis using Matlab Software.
Exp 4 (1)4.	Gauss Siedal Load flow analysis using Matlab Software.Exp 4 (1)4.	Gauss Siedal Load flow analysis using Matlab Software.
Exp 4 (1)4. Gauss Siedal Load flow analysis using Matlab Software.
 
Exp 2 (1)2. To plot Swing Curve for one Machine System
Exp 2 (1)2.	To plot Swing Curve for one Machine SystemExp 2 (1)2.	To plot Swing Curve for one Machine System
Exp 2 (1)2. To plot Swing Curve for one Machine System
 
Exp list (1)
Exp list (1)Exp list (1)
Exp list (1)
 
Exp 1 (1) 1. To compute the fault level, post-fault voltages and currents for...
Exp 1 (1) 1.	To compute the fault level, post-fault voltages and currents for...Exp 1 (1) 1.	To compute the fault level, post-fault voltages and currents for...
Exp 1 (1) 1. To compute the fault level, post-fault voltages and currents for...
 
M gopal digital control and state variable methods - copy
M gopal   digital control and state variable methods - copyM gopal   digital control and state variable methods - copy
M gopal digital control and state variable methods - copy
 
Moderndigitalandanalogcommunicationsyatemsbyb plathisolutionmannual3rdedition...
Moderndigitalandanalogcommunicationsyatemsbyb plathisolutionmannual3rdedition...Moderndigitalandanalogcommunicationsyatemsbyb plathisolutionmannual3rdedition...
Moderndigitalandanalogcommunicationsyatemsbyb plathisolutionmannual3rdedition...
 

Recently uploaded

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 

Recently uploaded (20)

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 

Exp 3 (1)3. To Formulate YBUS Matrix By Singular Transformation.

  • 1. EXPERIMENT NO. 3 OBJECTIVE To Formulate YBUS Matrix By Singular Transformation. SOFTWARE USED MATLAB THEORY Here a Network model of power system is shown in figure 1 . The Lumped shunt Admittances at the bus is taken as consideration. Besides the ground nodes it has four nodes (buses) at which the current from the source is injected into the Network . The line admittance between nodes i and k is depicted by yik=yki. . The Mutual admittances between lines is assumed to be zero.The YBUS Fig: 1 By applying Kirchhoff’s current law at node 1, 2, 3, and 4, I1 = V1y10 + (V1 – V2)y12 + (V1 – V3)y13 I2= V2y20 + (V2 – V1)y21 + (V2 – V3) y23 + (V2 - V4) y24 I3 = V3y30 + (V3 –V1)y31 + (V3 –V2)y32 + (V3 –V4)y34 I4 = V4y40 + (V4 –V2)y42 +(V4 –V3)y43
  • 2. By rearranging and writing in matrix form , we get             1 2 3 4 I I I I =   y  y  y  y  y 10 12 13 12 13   y y y y y y y       12 20 21 23 24 23 24       y y y y y y y       13 23 30 31 32 34 34                24 34 40 41 43 34 0 0 y y y y y y       V   V   V   1 2 3 4 V This can be rewritten as             1 2 3 4 I I I I =       Y Y Y Y   Y Y Y Y   Y Y Y Y  Y Y Y Y  11 12 13 14 21 22 23 24 31 32 33 34 41 42 43 44       V   V   V   1 2 3 4 V Where Y11 =   10 12 13 y  y  y Y22 =   20 12 23 24 y  y  y  y Y33 =   31 32 33 34 y  y  y  y Y44 =   41 42 43 44 y  y  y  y The YBUS matrix is exist in pair of ZBus matrix network for load flow studies .The YBUS is assembled by use of singular transformations . Y bus = ATYA; A=Bus incidence matrix PROBLEM STATEMENT Figure below shows the one-line diagram of a simple four bus system. Table 1 gives the line impedances identified by the buses on which these terminate. The shunt admittance at all the buses is assumed negligible. (a) Find Ybus assuming that the line shown dotted is not connected. (b) What modifications need to be carried out in Ybus if the line shown dotted is connected.
  • 3. Fig: 2-Sample system Table 1 Line Bus to bus R pu X pu 1-2 0.05 0.15 1-3 0.10 0.30 2-3 0.15 0.45 2-4 0.10 0.30 3-4 0.05 0.15 CONCLUSION Linear network graph helps in systematic assembly of a network model. Singular transformation is an easier method to solve for Y bus matrix. It is helpful when system is large and MATLAB programming is easier. REFERENCES [1]. Stevenson Jr, W. D. (1982). Elements of Power System Analysis, (4th), Mc-Graw Hill Higher Education. [2]. Hadi Saadat, “Power System Analysis”, Milwaukee School of Engineering, McGraw Hill, 1999. [3]. Kothari D. P., Nagrath I. J., “Modern Power System Analysis”, Mc-Graw Hill Higher Education.
  • 4. APPENDIX MATLAB CODE ydata=[1 1 2 1/(0.05+j*0.15) 0 0 2 1 3 1/(90.1+j*0.30) 0 0 3 2 3 1/(0.15+j*0.45) 0 0 4 2 4 1/(0.10+j*0.30) 0 0 5 3 4 1/(0.05+j*0.15) 0 0]; elements=max(ydata(:,1)) yprimitive=zeroes(elements,elements) for i=1:elements, yprimitive(i,i)=yadata(i,4) if(ydata(i,5)~=0) j=ydata(i,5) ymutual=ydata(i,6) yprimitive(i,j)=ymutual end end buses =max(max(ydata(2.:)),max(ydata(3,:))) A=zeroes(elements,buses) for i=1:elements if ydata(i,2)~=0 A(i,ydata(i,2)=1; end if ydata(i,3)~=0 A(i,ydata(i,3)=-1 end end YBUS=A'*yprimitive*A