Bus Admittance Matrix 1
implement bus admittance matrix using matlab, java and python
|
Functions | |
function display_matrix(Ybus, nbus) disp('Bus Admittance Matrix end | fprintf ('\n') |
Display the bus admittance matrix. | |
function display_matrix(Ybus, nbus) disp( 'Bus Admittance Matrix end fprintf | ( | '\n' | ) |
Display the bus admittance matrix.
Ybus | The bus admittance matrix |
nbus | The number of buses |
Move to the next line