You are on page 1of 3

P2 = abs((V2)*(V1)*(Y21))*cos(Theta21 + alpha1 - alpha2) +

abs((V2)*(V2)*(Y22))*cos(Theta22 + alpha2 - alpha2);

J11 = (V2)*(V1)*(Y21)*sin(Theta21 + alpha1 - alpha2)

J12 = (V1)*(Y21)*cos(Theta21 + alpha1 - alpha2) + 2*(V2)*(Y22)*cos(Theta22 + alpha2 -


alpha2)
Q2 = - abs((V2)*(V1)*(Y21))*sin(Theta21 + alpha1 - alpha2) -
abs((V2)*(V2)*(Y22))*sin(Theta22 + alpha2 - alpha2);

J21 = (V2)*(V1)*(Y21)*cos(Theta21 + alpha1 - alpha2)

J22 = -(V1)*(Y21)*sin(Theta21 + alpha1 - alpha2)- 2*(V2)*(Y22)*sin(Theta22 + alpha2 -


alpha2)
The power residuals or power mismatch are

Linear Equations

The new solutions are:

[7] Check for the error : Previous Value – Present Value

If error = Criteria  Converge

If error is not equal to the given criteria, substitute the new value back at the
beginning and iterate again until the solution is attained. If the estimates are
far from the solution, the process might diverge meaning away from the actual
solutions.

You might also like