Description
What kind of problems is it mostly used for? Please describe.
Nonlinear algebraic equations, including but not limited to the AC power flow models.
Describe the algorithm you’d like
As depicted in [1], for equations
we can convert it to
where
It is proved in [1] that if the initial values are within the region of attraction of the converted dynamic systems, then the continuous Newton method is bounded to converge. So that the semi-implicit Continuous Newton method is very stable.
Other implementations to know about
Currently there is no other implementation to the best of my knowledge. Maybe I can do it here. It would be nice to have some developer notes.
References
[1] Semi-implicit Continuous Newton Method for Power Flow Analysis
[2] Implicit Continuous Newton Method for Power Flow Analysis
[3] Continuous Newton's Method for Power Flow Analysis