fbpx
Wikipedia

Holomorphic Embedding Load-flow method

The Holomorphic Embedding Load-flow Method (HELM) [note 1] is a solution method for the power-flow equations of electrical power systems. Its main features are that it is direct (that is, non-iterative) and that it mathematically guarantees a consistent selection of the correct operative branch of the multivalued problem, also signalling the condition of voltage collapse when there is no solution. These properties are relevant not only for the reliability of existing off-line and real-time applications, but also because they enable new types of analytical tools that would be impossible to build with existing iterative load-flow methods (due to their convergence problems). An example of this would be decision-support tools providing validated action plans in real time.

The HELM load-flow algorithm was invented by Antonio Trias and has been granted two US Patents.[1][2] A detailed description was presented at the 2012 IEEE PES General Meeting and subsequently published.[3] The method is founded on advanced concepts and results from complex analysis, such as holomorphicity, the theory of algebraic curves, and analytic continuation. However, the numerical implementation is rather straightforward as it uses standard linear algebra and the Padé approximation. Additionally, since the limiting part of the computation is the factorization of the admittance matrix and this is done only once, its performance is competitive with established fast-decoupled loadflows. The method is currently implemented into industrial-strength real-time and off-line packaged EMS applications.

Background edit

The load-flow calculation is one of the most fundamental components in the analysis of power systems and is the cornerstone for almost all other tools used in power system simulation and management. The load-flow equations can be written in the following general form:

 

 

 

 

 

(1)

where the given (complex) parameters are the admittance matrix Yik, the bus shunt admittances Yish, and the bus power injections Si representing constant-power loads and generators.

To solve this non-linear system of algebraic equations, traditional load-flow algorithms were developed based on three iterative techniques: the Gauss–Seidel method,[4] which has poor convergence properties but very little memory requirements and is straightforward to implement; the full Newton–Raphson method[5] which has fast (quadratic) iterative convergence properties, but it is computationally costly; and the Fast Decoupled Load-Flow (FDLF) method,[6] which is based on Newton–Raphson, but greatly reduces its computational cost by means of a decoupling approximation that is valid in most transmission networks. Many other incremental improvements exist; however, the underlying technique in all of them is still an iterative solver, either of Gauss-Seidel or of Newton type. There are two fundamental problems with all iterative schemes of this type. On the one hand, there is no guarantee that the iteration will always converge to a solution; on the other, since the system has multiple solutions,[note 2] it is not possible to control which solution will be selected. As the power system approaches the point of voltage collapse, spurious solutions get closer to the correct one, and the iterative scheme may be easily attracted to one of them because of the phenomenon of Newton fractals: when the Newton method is applied to complex functions, the basins of attraction for the various solutions show fractal behavior.[note 3] As a result, no matter how close the chosen initial point of the iterations (seed) is to the correct solution, there is always some non-zero chance of straying off to a different solution. These fundamental problems of iterative loadflows have been extensively documented.[7] A simple illustration for the two-bus model is provided in[8] Although there exist homotopic continuation techniques that alleviate the problem to some degree,[9] the fractal nature of the basins of attraction precludes a 100% reliable method for all electrical scenarios.

The key differential advantage of the HELM is that it is fully deterministic and unambiguous: it guarantees that the solution always corresponds to the correct operative solution, when it exists; and it signals the non-existence of the solution when the conditions are such that there is no solution (voltage collapse). Additionally, the method is competitive with the FDNR method in terms of computational cost. It brings a solid mathematical treatment of the load-flow problem that provides new insights not previously available with the iterative numerical methods.

Methodology and applications edit

HELM is grounded on a rigorous mathematical theory, and in practical terms it could be summarized as follows:

  1. Define a specific (holomorphic) embedding for the equations in terms of a complex parameter s, such that for s=0 the system has an obvious correct solution, and for s=1 one recovers the original problem.
  2. Given this holomorphic embedding, it is now possible to compute univocally power series for voltages as analytic functions of s. The correct load-flow solution at s=1 will be obtained by analytic continuation of the known correct solution at s=0.
  3. Perform the analytic continuation using algebraic approximants, which in this case are guaranteed to either converge to the solution if it exists, or not converge if the solution does not exist (voltage collapse).

HELM provides a solution to a long-standing problem of all iterative load-flow methods, namely the unreliability of the iterations in finding the correct solution (or any solution at all).

This makes HELM particularly suited for real-time applications, and mandatory for any EMS software based on exploratory algorithms, such as contingency analysis, and under alert and emergency conditions solving operational limits violations and restoration providing guidance through action plans.

Holomorphic embedding edit

For the purposes of the discussion, we will omit the treatment of controls, but the method can accommodate all types of controls. For the constraint equations imposed by these controls, an appropriate holomorphic embedding must be also defined.

The method uses an embedding technique by means of a complex parameter s. The first key ingredient in the method lies in requiring the embedding to be holomorphic, that is, that the system of equations for voltages V is turned into a system of equations for functions V(s) in such a way that the new system defines V(s) as holomorphic functions (i.e. complex analytic) of the new complex variable s. The aim is to be able to use the process of analytic continuation which will allow the calculation of V(s) at s=1. Looking at equations (1), a necessary condition for the embedding to be holomorphic is that V* is replaced under the embedding with V*(s*), not V*(s). This is because complex conjugation itself is not a holomorphic function. On the other hand, it is easy to see that the replacement V*(s*) does allow the equations to define a holomorphic function V(s). However, for a given arbitrary embedding, it remains to be proven that V(s) is indeed holomorphic. Taking into account all these considerations, an embedding of this type is proposed:

 

 

 

 

 

(1)

With this choice, at s=0 the right hand side terms become zero, (provided that the denominator is not zero), this corresponds to the case where all the injections are zero and this case has a well known and simple operational solution: all voltages are equal and all flow intensities are zero. Therefore, this choice for the embedding provides at s=0 a well known operational solution.

Now using classical techniques for variable elimination in polynomial systems[10] (results from the theory of Resultants and Gröbner basis it can be proven that equations (1) do in fact define V(s) as holomorphic functions. More significantly, they define V(s) as algebraic curves. It is this specific fact, which becomes true because the embedding is holomorphic that guarantees the uniqueness of the result. The solution at s=0 determines uniquely the solution everywhere (except on a finite number of branch cuts), thus getting rid of the multi-valuedness of the load-flow problem.

The technique to obtain the coefficients for the power series expansion (on s=0) of voltages V is quite straightforward, once one realizes that equations (2) can be used to obtain them order after order. Consider the power series expansion for   and  . By substitution into equations (1) and identifying terms at each order in sn, one obtains:

 

 

 

 

 

(2)

It is then straightforward to solve the sequence of linear systems (2) successively order after order, starting from n=0. Note that the coefficients of the expansions for V and 1/V are related by the simple convolution formulas derived from the following identity:

 

 

 

 

 

(3)

so that the right-hand side in (2) can always be calculated from the solution of the system at the previous order. Note also how the procedure works by solving just linear systems, in which the matrix remains constant.

A more detailed discussion about this procedure is offered in Ref.[3]

Analytic continuation edit

Once the power series at s=0 are calculated to the desired order, the problem of calculating them at s=1 becomes one of analytic continuation. It should be strongly remarked that this does not have anything in common with the techniques of homotopic continuation. Homotopy is powerful since it only makes use of the concept of continuity and thus it is applicable to general smooth nonlinear systems, but on the other hand it does not always provide a reliable method to approximate the functions (as it relies on iterative schemes such as Newton-Raphson).

It can be proven[11] that algebraic curves are complete global analytic functions, that is, knowledge of the power series expansion at one point (the so-called germ of the function) uniquely determines the function everywhere on the complex plane, except on a finite number of branch cuts. Stahl's extremal domain theorem[12] further asserts that there exists a maximal domain for the analytic continuation of the function, which corresponds to the choice of branch cuts with minimal logarithmic capacity measure. In the case of algebraic curves the number of cuts is finite, therefore it would be feasible to find maximal continuations by finding the combination of cuts with minimal capacity. For further improvements, Stahl's theorem on the convergence of Padé Approximants[13] states that the diagonal and supra-diagonal Padé (or equivalently, the continued fraction approximants to the power series) converge to the maximal analytic continuation. The zeros and poles of the approximants remarkably accumulate on the set of branch cuts having minimal capacity.

These properties confer the load-flow method with the ability to unequivocally detect the condition of voltage collapse: the algebraic approximations are guaranteed to either converge to the solution if it exists, or not converge if the solution does not exist.

See also edit

Notes edit

  1. ^ HELM is a trademark of Gridquant Inc.
  2. ^ It is well-known that the load-flow equations for a power system have multiple solutions. For a network with N non-swing buses, the system may have up to 2N possible solutions, but only one is actually possible in the real electrical system. This fact is used in stability studies, see for instance: Y. Tamura, H. Mori, and S. Iwamoto,"Relationship Between Voltage Instability and Multiple Load Flow Solutions in Electric Power Systems", IEEE Transactions on Power Apparatus and Systems, vol. PAS-102, no.5, pp.1115–1125, 1983.
  3. ^ This is a general phenomenon affecting the Newton-Raphson method when applied to equations in complex variables. See for instance Newton's method#Complex functions.

References edit

  1. ^ US patent 7519506, Antonio Trias, "System and method for monitoring and managing electrical power transmission and distribution networks", issued 2009-04-14 
  2. ^ US patent 7979239, Antonio Trias, "System and method for monitoring and managing electrical power transmission and distribution networks", issued 2011-07-12 
  3. ^ a b A. Trias, "The Holomorphic Embedding Load Flow Method", IEEE Power and Energy Society General Meeting 2011, 22–26 July 2012.
  4. ^ J. B. Ward and H. W. Hale, "Digital Computer Solution of Power-Flow Problems," Power Apparatus and Systems, Part III. Transactions of the American Institute of Electrical Engineers, vol.75, no.3, pp.398–404, Jan. 1956.
    • A. F. Glimn and G. W. Stagg, "Automatic Calculation of Load Flows", Power Apparatus and Systems, Part III. Transactions of the American Institute of Electrical Engineers, vol.76, no.3, pp.817–825, April 1957.
    • Hale, H. W.; Goodrich, R. W.; "Digital Computation or Power Flow - Some New Aspects," Power Apparatus and Systems, Part III. Transactions of the American Institute of Electrical Engineers, vol.78, no.3, pp.919–923, April 1959.
  5. ^ W. F. Tinney and C. E. Hart, "Power Flow Solution by Newton's Method," IEEE Transactions on Power Apparatus and Systems, vol. PAS-86, no.11, pp.1449–1460, Nov. 1967.
    • S. T. Despotovic, B. S. Babic, and V. P. Mastilovic, "A Rapid and Reliable Method for Solving Load Flow Problems," IEEE Transactions on Power Apparatus and Systems, vol. PAS-90, no.1, pp.123–130, Jan. 1971.
  6. ^ B. Stott and O. Alsac, "Fast Decoupled Load Flow," IEEE Transactions on Power Apparatus and Systems, vol. PAS-93, no.3, pp.859–869, May 1974.
  7. ^ R. Klump and T. Overbye, “A new method for finding low-voltage power flow solutions", in IEEE 2000 Power Engineering Society Summer Meeting,, Vol. 1, pp. 593–597, 2000.
    • J. S. Thorp and S. A. Naqavi, "Load flow fractals", in Proceedings of the 28th IEEE Conference on Decision and Control, Vol. 2, pp. 1822–1827, 1989.
    • J. S. Thorp, S. A. Naqavi, and H. D. Chiang, "More load flow fractals", in Proceedings of the 29th IEEE Conference on Decision and Control, Vol. 6, pp. 3028–3030, 1990.
    • S. A. Naqavi, Fractals in power system load flows, Cornell University, August 1994.
    • J. S. Thorp, and S. A. Naqavi, S.A., "Load-flow fractals draw clues to erratic behaviour", IEEE Computer Applications in Power, Vol. 10, No. 1, pp. 59–62, 1997.
    • H. Mori, "Chaotic behavior of the Newton-Raphson method with the optimal multiplier for ill-conditioned power systems", in The 2000 IEEE International Symposium on Circuits and Systems (ISCAS 2000 Geneva), Vol. 4, pp. 237–240, 2000.
  8. ^ Problems with Iterative Load Flow 2010-01-04 at the Wayback Machine, Elequant, 2010.
  9. ^ V. Ajjarapu and C. Christy, "The continuation power flow: A tool for steady state voltage stability analysis", IEEE Trans. on Power Systems, vol.7, no.1, pp. 416–423, Feb 1992.
  10. ^ B. Sturmfels, "Solving Systems of Polynomial Equations”, CBMS Regional Conference Series in Mathematics 97, AMS, 2002.
  11. ^ L. Ahlfors, Complex analysis (3rd ed.), McGraw Hill, 1979.
  12. ^ G. A. Baker Jr and P. Graves-Morris, Padé Approximants (Encyclopedia of Mathematics and its Applications), Cambridge University Press, Second Ed. 2010, p. 326.
  13. ^ H. Stahl, “The Convergence of Padé Approximants to Functions with Branch Points”, J. Approx. Theory, 91 (1997), 139-204.
    • G. A. Baker Jr and P. Graves-Morris, Padé Approximants (Encyclopedia of Mathematics and its Applications), Cambridge University Press, Second Ed. 2010, p. 326-330.

holomorphic, embedding, load, flow, method, holomorphic, embedding, load, flow, method, helm, note, solution, method, power, flow, equations, electrical, power, systems, main, features, that, direct, that, iterative, that, mathematically, guarantees, consisten. The Holomorphic Embedding Load flow Method HELM note 1 is a solution method for the power flow equations of electrical power systems Its main features are that it is direct that is non iterative and that it mathematically guarantees a consistent selection of the correct operative branch of the multivalued problem also signalling the condition of voltage collapse when there is no solution These properties are relevant not only for the reliability of existing off line and real time applications but also because they enable new types of analytical tools that would be impossible to build with existing iterative load flow methods due to their convergence problems An example of this would be decision support tools providing validated action plans in real time The HELM load flow algorithm was invented by Antonio Trias and has been granted two US Patents 1 2 A detailed description was presented at the 2012 IEEE PES General Meeting and subsequently published 3 The method is founded on advanced concepts and results from complex analysis such as holomorphicity the theory of algebraic curves and analytic continuation However the numerical implementation is rather straightforward as it uses standard linear algebra and the Pade approximation Additionally since the limiting part of the computation is the factorization of the admittance matrix and this is done only once its performance is competitive with established fast decoupled loadflows The method is currently implemented into industrial strength real time and off line packaged EMS applications Contents 1 Background 2 Methodology and applications 3 Holomorphic embedding 4 Analytic continuation 5 See also 6 Notes 7 ReferencesBackground editThe load flow calculation is one of the most fundamental components in the analysis of power systems and is the cornerstone for almost all other tools used in power system simulation and management The load flow equations can be written in the following general form kYikVk YishVi Si Vi displaystyle sum k Y ik V k Y i text sh V i frac S i V i nbsp 1 where the given complex parameters are the admittance matrix Yik the bus shunt admittances Yish and the bus power injections Si representing constant power loads and generators To solve this non linear system of algebraic equations traditional load flow algorithms were developed based on three iterative techniques the Gauss Seidel method 4 which has poor convergence properties but very little memory requirements and is straightforward to implement the full Newton Raphson method 5 which has fast quadratic iterative convergence properties but it is computationally costly and the Fast Decoupled Load Flow FDLF method 6 which is based on Newton Raphson but greatly reduces its computational cost by means of a decoupling approximation that is valid in most transmission networks Many other incremental improvements exist however the underlying technique in all of them is still an iterative solver either of Gauss Seidel or of Newton type There are two fundamental problems with all iterative schemes of this type On the one hand there is no guarantee that the iteration will always converge to a solution on the other since the system has multiple solutions note 2 it is not possible to control which solution will be selected As the power system approaches the point of voltage collapse spurious solutions get closer to the correct one and the iterative scheme may be easily attracted to one of them because of the phenomenon of Newton fractals when the Newton method is applied to complex functions the basins of attraction for the various solutions show fractal behavior note 3 As a result no matter how close the chosen initial point of the iterations seed is to the correct solution there is always some non zero chance of straying off to a different solution These fundamental problems of iterative loadflows have been extensively documented 7 A simple illustration for the two bus model is provided in 8 Although there exist homotopic continuation techniques that alleviate the problem to some degree 9 the fractal nature of the basins of attraction precludes a 100 reliable method for all electrical scenarios The key differential advantage of the HELM is that it is fully deterministic and unambiguous it guarantees that the solution always corresponds to the correct operative solution when it exists and it signals the non existence of the solution when the conditions are such that there is no solution voltage collapse Additionally the method is competitive with the FDNR method in terms of computational cost It brings a solid mathematical treatment of the load flow problem that provides new insights not previously available with the iterative numerical methods Methodology and applications editHELM is grounded on a rigorous mathematical theory and in practical terms it could be summarized as follows Define a specific holomorphic embedding for the equations in terms of a complex parameter s such that for s 0 the system has an obvious correct solution and for s 1 one recovers the original problem Given this holomorphic embedding it is now possible to compute univocally power series for voltages as analytic functions of s The correct load flow solution at s 1 will be obtained by analytic continuation of the known correct solution at s 0 Perform the analytic continuation using algebraic approximants which in this case are guaranteed to either converge to the solution if it exists or not converge if the solution does not exist voltage collapse HELM provides a solution to a long standing problem of all iterative load flow methods namely the unreliability of the iterations in finding the correct solution or any solution at all This makes HELM particularly suited for real time applications and mandatory for any EMS software based on exploratory algorithms such as contingency analysis and under alert and emergency conditions solving operational limits violations and restoration providing guidance through action plans Holomorphic embedding editFor the purposes of the discussion we will omit the treatment of controls but the method can accommodate all types of controls For the constraint equations imposed by these controls an appropriate holomorphic embedding must be also defined The method uses an embedding technique by means of a complex parameter s The first key ingredient in the method lies in requiring the embedding to be holomorphic that is that the system of equations for voltages V is turned into a system of equations for functions V s in such a way that the new system defines V s as holomorphic functions i e complex analytic of the new complex variable s The aim is to be able to use the process of analytic continuation which will allow the calculation of V s at s 1 Looking at equations 1 a necessary condition for the embedding to be holomorphic is that V is replaced under the embedding with V s not V s This is because complex conjugation itself is not a holomorphic function On the other hand it is easy to see that the replacement V s does allow the equations to define a holomorphic function V s However for a given arbitrary embedding it remains to be proven that V s is indeed holomorphic Taking into account all these considerations an embedding of this type is proposed kYikVk s YishVi s sSi Vi s displaystyle sum k Y ik V k s Y i text sh V i s s frac S i V i s nbsp 1 With this choice at s 0 the right hand side terms become zero provided that the denominator is not zero this corresponds to the case where all the injections are zero and this case has a well known and simple operational solution all voltages are equal and all flow intensities are zero Therefore this choice for the embedding provides at s 0 a well known operational solution Now using classical techniques for variable elimination in polynomial systems 10 results from the theory of Resultants and Grobner basis it can be proven that equations 1 do in fact define V s as holomorphic functions More significantly they define V s as algebraic curves It is this specific fact which becomes true because the embedding is holomorphic that guarantees the uniqueness of the result The solution at s 0 determines uniquely the solution everywhere except on a finite number of branch cuts thus getting rid of the multi valuedness of the load flow problem The technique to obtain the coefficients for the power series expansion on s 0 of voltages V is quite straightforward once one realizes that equations 2 can be used to obtain them order after order Consider the power series expansion for V s n 0 a n sn displaystyle textstyle V s sum n 0 infty a n s n nbsp and 1 V s n 0 b n sn displaystyle textstyle 1 V s sum n 0 infty b n s n nbsp By substitution into equations 1 and identifying terms at each order in sn one obtains kYikak n Yishai n Si bi n 1 n 0 displaystyle sum k Y ik a k n Y i text sh a i n S i b i n 1 qquad n 0 ldots infty nbsp 2 It is then straightforward to solve the sequence of linear systems 2 successively order after order starting from n 0 Note that the coefficients of the expansions for V and 1 V are related by the simple convolution formulas derived from the following identity 1 V s V 1 s n 0 ansn n 0 bnsn a0b0 k 01a1 kbk s k 02a2 kbk s2 k 0nan kbk sn displaystyle begin aligned 1 amp V s V 1 s amp left sum n 0 infty a n s n right left sum n 0 infty b n s n right amp a 0 b 0 left sum k 0 1 a 1 k b k right s left sum k 0 2 a 2 k b k right s 2 cdots left sum k 0 n a n k b k right s n ldots end aligned nbsp 3 so that the right hand side in 2 can always be calculated from the solution of the system at the previous order Note also how the procedure works by solving just linear systems in which the matrix remains constant A more detailed discussion about this procedure is offered in Ref 3 Analytic continuation editOnce the power series at s 0 are calculated to the desired order the problem of calculating them at s 1 becomes one of analytic continuation It should be strongly remarked that this does not have anything in common with the techniques of homotopic continuation Homotopy is powerful since it only makes use of the concept of continuity and thus it is applicable to general smooth nonlinear systems but on the other hand it does not always provide a reliable method to approximate the functions as it relies on iterative schemes such as Newton Raphson It can be proven 11 that algebraic curves are complete global analytic functions that is knowledge of the power series expansion at one point the so called germ of the function uniquely determines the function everywhere on the complex plane except on a finite number of branch cuts Stahl s extremal domain theorem 12 further asserts that there exists a maximal domain for the analytic continuation of the function which corresponds to the choice of branch cuts with minimal logarithmic capacity measure In the case of algebraic curves the number of cuts is finite therefore it would be feasible to find maximal continuations by finding the combination of cuts with minimal capacity For further improvements Stahl s theorem on the convergence of Pade Approximants 13 states that the diagonal and supra diagonal Pade or equivalently the continued fraction approximants to the power series converge to the maximal analytic continuation The zeros and poles of the approximants remarkably accumulate on the set of branch cuts having minimal capacity These properties confer the load flow method with the ability to unequivocally detect the condition of voltage collapse the algebraic approximations are guaranteed to either converge to the solution if it exists or not converge if the solution does not exist See also editPower flow study Power system simulation Unit commitment problem in electrical power productionNotes edit HELM is a trademark of Gridquant Inc It is well known that the load flow equations for a power system have multiple solutions For a network with N non swing buses the system may have up to 2N possible solutions but only one is actually possible in the real electrical system This fact is used in stability studies see for instance Y Tamura H Mori and S Iwamoto Relationship Between Voltage Instability and Multiple Load Flow Solutions in Electric Power Systems IEEE Transactions on Power Apparatus and Systems vol PAS 102 no 5 pp 1115 1125 1983 This is a general phenomenon affecting the Newton Raphson method when applied to equations in complex variables See for instance Newton s method Complex functions References edit US patent 7519506 Antonio Trias System and method for monitoring and managing electrical power transmission and distribution networks issued 2009 04 14 US patent 7979239 Antonio Trias System and method for monitoring and managing electrical power transmission and distribution networks issued 2011 07 12 a b A Trias The Holomorphic Embedding Load Flow Method IEEE Power and Energy Society General Meeting 2011 22 26 July 2012 J B Ward and H W Hale Digital Computer Solution of Power Flow Problems Power Apparatus and Systems Part III Transactions of the American Institute of Electrical Engineers vol 75 no 3 pp 398 404 Jan 1956 A F Glimn and G W Stagg Automatic Calculation of Load Flows Power Apparatus and Systems Part III Transactions of the American Institute of Electrical Engineers vol 76 no 3 pp 817 825 April 1957 Hale H W Goodrich R W Digital Computation or Power Flow Some New Aspects Power Apparatus and Systems Part III Transactions of the American Institute of Electrical Engineers vol 78 no 3 pp 919 923 April 1959 W F Tinney and C E Hart Power Flow Solution by Newton s Method IEEE Transactions on Power Apparatus and Systems vol PAS 86 no 11 pp 1449 1460 Nov 1967 S T Despotovic B S Babic and V P Mastilovic A Rapid and Reliable Method for Solving Load Flow Problems IEEE Transactions on Power Apparatus and Systems vol PAS 90 no 1 pp 123 130 Jan 1971 B Stott and O Alsac Fast Decoupled Load Flow IEEE Transactions on Power Apparatus and Systems vol PAS 93 no 3 pp 859 869 May 1974 R Klump and T Overbye A new method for finding low voltage power flow solutions in IEEE 2000 Power Engineering Society Summer Meeting Vol 1 pp 593 597 2000 J S Thorp and S A Naqavi Load flow fractals in Proceedings of the 28th IEEE Conference on Decision and Control Vol 2 pp 1822 1827 1989 J S Thorp S A Naqavi and H D Chiang More load flow fractals in Proceedings of the 29th IEEE Conference on Decision and Control Vol 6 pp 3028 3030 1990 S A Naqavi Fractals in power system load flows Cornell University August 1994 J S Thorp and S A Naqavi S A Load flow fractals draw clues to erratic behaviour IEEE Computer Applications in Power Vol 10 No 1 pp 59 62 1997 H Mori Chaotic behavior of the Newton Raphson method with the optimal multiplier for ill conditioned power systems in The 2000 IEEE International Symposium on Circuits and Systems ISCAS 2000 Geneva Vol 4 pp 237 240 2000 Problems with Iterative Load Flow Archived 2010 01 04 at the Wayback Machine Elequant 2010 V Ajjarapu and C Christy The continuation power flow A tool for steady state voltage stability analysis IEEE Trans on Power Systems vol 7 no 1 pp 416 423 Feb 1992 B Sturmfels Solving Systems of Polynomial Equations CBMS Regional Conference Series in Mathematics 97 AMS 2002 L Ahlfors Complex analysis 3rd ed McGraw Hill 1979 G A Baker Jr and P Graves Morris Pade Approximants Encyclopedia of Mathematics and its Applications Cambridge University Press Second Ed 2010 p 326 H Stahl The Convergence of Pade Approximants to Functions with Branch Points J Approx Theory 91 1997 139 204 G A Baker Jr and P Graves Morris Pade Approximants Encyclopedia of Mathematics and its Applications Cambridge University Press Second Ed 2010 p 326 330 Retrieved from https en wikipedia org w index php title Holomorphic Embedding Load flow method amp oldid 1206062697, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.