help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newton Raphson Power Flow Solution using Octave


From: Jordi Gutiérrez Hermoso
Subject: Re: Newton Raphson Power Flow Solution using Octave
Date: Mon, 03 Feb 2014 12:52:16 -0500

On Sun, 2014-02-02 at 18:19 -0800, shoo wrote:
> I need to simulate power system using Octave through Newton Raphson
> Power Flow,

This is a pretty vague question, but you can use fsolve which
internally may use a version of Newton's method.

If the goal is  to understand how to implement Newton's method
yourself the first few paragraphs here should be sufficient for a very
naïve implementation:

    https://en.wikipedia.org/wiki/Newton%27s_method

HTH,
- Jordi G. H.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]