Bus Admittance Matrix 1
implement bus admittance matrix using matlab, java and python
Loading...
Searching...
No Matches
Variables
get_input.m File Reference

Variables

 V = zeros(n, n)
 
Bus voltages I = zeros(n, n)
 
Bus currents y = zeros(n, n)
 
Bus admittances Get bus voltages for i
 
end Return the bus voltages
 
end Return the bus currents
 

Variable Documentation

◆ currents

end Return the bus currents

◆ I

end Return the bus and admittances return I = zeros(n, n)

◆ i

end Get bus admittances for i
Initial value:
= 1:n
V(i, :) = input(['Enter the voltage for bus ' num2str(i) ': '])
No output end end end Calculate currents for i
Definition calculate_lineflow_loss.m:13
n
Definition lineflow_loss.m:5
No output V
Definition lineflow_loss.m:9

◆ V

end Return the bus and admittances return V = zeros(n, n)

◆ voltages

end Return the bus voltages

◆ y

end Return the bus and admittances return y = zeros(n, n)