Math_Numerical_RootFinding
[ class tree: Math_Numerical_RootFinding ] [ index: Math_Numerical_RootFinding ] [ all elements ]

Class: Math_Numerical_RootFinding_newtonraphson2

Source Location: /Math_Numerical_RootFinding-0.2.0/Math/Numerical/RootFinding/newtonraphson2.php

Class Overview

Math_Numerical_RootFinding
   |
   --Math_Numerical_RootFinding_Open
      |
      --Math_Numerical_RootFinding_newtonraphson2

Newton-Raphson 2 method class.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 41]
Newton-Raphson 2 method class.


[ Top ]


Method Detail

Math_Numerical_RootFinding_newtonraphson2 (Constructor)   [line 51]

Math_Numerical_RootFinding_newtonraphson2 Math_Numerical_RootFinding_newtonraphson2( [array $options = null])

Constructor.
  • Access: public

Parameters:

array   $options   —  Options.

[ Top ]

newtonraphson2   [line 74]

float|PEAR_Error newtonraphson2( callback $fxFunction, callback $d1xFunction, callback $d2xFunction, float $xR)

Newton-Raphson method for calculate double root (twin root).

Parameters:

callback   $fxFunction   —  Callback f(x) equation function or object/method tuple.
callback   $d1xFunction   —  Callback f'(x) equation function or object/method tuple.
callback   $d2xFunction   —  Callback f''(x) equation function or object/method tuple.
float   $xR   —  Initial guest.

[ Top ]


Documentation generated on Mon, 11 Mar 2019 13:52:41 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.