Admittance Matrix Formulation
Admittance Matrix Formulation
Abstract—This paper contains a code that asks for a text frombus = Ldata(:,1);
file input. Text file input contains line data. This line data tobus = Ldata(:,2);
is compose of from bus, to bus, resistance in per unit, line r = Ldata(:,3);
charging admittance, and transformer tap changer. Then the x = Ldata(:,4);
code processes the input to generate a bus admittance matrix Bover2 = Ldata(:,5);
Y-bus. The output will then display in the command window. tap = Ldata(:,6);
fprintf(fileOutput,’\nby:\n’);
fprintf(fileOutput,’Julius Bacton\n’);
fprintf(fileOutput,’Nathannaell Terio’);
winopen(filename);
%disp(Y);
%diary off
IV. C ONCLUSION
Thus the admittance matrix for thegiven example were
determined and verified using Matlab. The group were able to
develop a program that solves for the bus admittance matrix
of the problem.
R EFERENCES
[1] https://circuitglobe.com/bus-admittance-matrix.html
[2] https://academia.edu/24224576/Formation-of-Bus-Admittance-Matrix-
using-MATLAB-Software