0% found this document useful (0 votes)
27 views1 page

Is This The Last Line?: Bus Bus

This flow chart outlines the process for forming the bus impedance matrix from line data. It starts by reading in the number of buses, number of lines, and line data. Then it iterates through each line to populate the [Y-Bus] matrix using the appropriate formulas based on the from and to buses of each line. It checks if the last line has been reached, and once complete, inverts the [Y-Bus] matrix to obtain the [Z-Bus] matrix which is then printed.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views1 page

Is This The Last Line?: Bus Bus

This flow chart outlines the process for forming the bus impedance matrix from line data. It starts by reading in the number of buses, number of lines, and line data. Then it iterates through each line to populate the [Y-Bus] matrix using the appropriate formulas based on the from and to buses of each line. It checks if the last line has been reached, and once complete, inverts the [Y-Bus] matrix to obtain the [Z-Bus] matrix which is then printed.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Ex no:3 Date: FLOW CHART:

FORMATION OF BUS IMPEDANCE MATRIX

START

Read number of buses(NB) number of lines(NL) and Line data

Line Number=1

From[Y-Bus]matrix using the formula Yii= Yes Yij=Yji=-yij Increment Line Number

No
Is this the last line?

Yes Zbus=1/Ybus

Print the [Y-Bus] matrix

STOP

You might also like