Linear AC Power Flow¶
Following the formulation presented in Linearized AC Load Flow Applied to Analysis in Electric Power Systems [1], we obtain a way to solve circuits in one shot (without iterations) and with quite positive results for a linear approximation.

Where:
Here,
is the normal circuit admittance matrix and
is the admittance matrix formed with only series elements of the
model,
this is neglecting all the shunt admittances.
Solving the vector
we get
for the pq and pv nodes and
for the pq nodes.
For equivalence with the paper:
| [1] | Rossoni, P. / Moreti da Rosa, W. / Antonio Belati, E., Linearized AC Load Flow Applied to Analysis in Electric Power Systems, IEEE Latin America Transactions, 14, 9; 4048-4053, 2016 |
![A_{11} = -Im\left(Y_{series}[pqpv, pqpv]\right)](../../_images/math/9f285b8785d1b011bb347165336b71af6c2f7e73.png)
![A_{12} = Re\left(Y_{bus}[pqpv, pq]\right)](../../_images/math/7d2010a561c2a429f88ab448fc9b8eefdef47e25.png)
![A_{21} = -Im\left(Y_{series}[pq, pqpv]\right)](../../_images/math/31c52196f7fefe63702b0de7d56fbba2264d7bdd.png)
![A_{22} = -Re\left(Y_{bus}[pq, pq]\right)](../../_images/math/ca76480519e3cb2a61b53c1ddb774f7fa5fe9fbf.png)
![Rhs_1 = P[pqpv]](../../_images/math/86540fd4521d282f83bc39d7b0eef4bc7fc2f000.png)
![Rhs_2 = Q[pq]](../../_images/math/dbf68f8de9f673e4240566975f6c1ecbb6268b80.png)
![-B' = -Im(Y_{series}[pqpv, pqpv])](../../_images/math/5f1eca6a4490e8adb7c7c4a0a7ad593ea4d394dd.png)
![G = Re(Y_{bus}[pqpv, pq])](../../_images/math/647cfff5276e70650afcbc6a0d0124c8bc73d3d3.png)
![-G' = -Im(Y_{series}[pq, pqpv])](../../_images/math/206a06777996daeba329989c82b825c9f340a43b.png)
![-B = -Re(Y_{bus}[pq, pq])](../../_images/math/3488056b57430cfb69c4bd8799c0b66ec857a040.png)