Introduction - If you have any usage issues, please Google them yourself
Power flow calculation is mathematically the solution of multivariate nonlinear equations.
Solving the problem involves a large number of vector and matrix operations when solving the iterative method, thus seeking a highly efficient solution.
The language of matrix operation will bring great convenience to the compilation of power flow calculation program.