This application analyzes a five-bus power system, and calculates the voltages and real and reactive powers at each bus.
Two approaches to numerically solving the nonlinear load flow equations are demonstrated
- The symbolic real and reactive load flow equations are generated, and solved with fsolve (a powerful numerical equation solver).
- The system Jacobian is constructed, and solved with Newton-Raphson iteration.