Formation of Bus Admittance Matrix Using
Formation of Bus Admittance Matrix Using
MATLAB SOFTWARE
Aim: To develop a computer program to form the bus admittance matrix, Ybus
of a power system.
ALGORITHM:
Step 1:Read the values of number of buses and the number of lines of the given
system.
Step2: create a new script and write the input data on that file and save it.the
save file of that name has to write in your code(Here I save the file of the name
matrix).
Step 4:Calculate the diagonal element term called the bus driving point admittan,
Step 6:Check for the end of bus count and print the computed Y-bus matrix.
zdata=
[ 0 1 0 1.0
0 2 0 0.8
1 2 0 0.4
1 3 0 0.2
2 3 0 0.2
3 4 0 0.08]
MATLAB CODE:
THANKS